Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use single node standalone Apache install OR use Trafodion supplied ‘install_local_hadoop’ script  customized pre-configured to install Cloudera distribution for a single node. When using Trafodion supplied Hadoop install script you can do the following:

  1. Make sure you have set up password less authentication. Basically you should be able to "ssh localhost" without having to enter a password

  2. Download latest Apache Trafodion source from Apache Incubator https://github.com/apache/incubator-trafodion
  3. Using ssh, set Trafodion environment
    1. cd incubator-trafodion; . ./env.sh

    2. cd $MY_SQROOT/sql/scripts

    3. Execute the script ‘install_local_hadoop

Note: 

This script will download Hadoop and HBase jar files from the internet. To avoid this overhead for future executions of the script, you can save the downloaded files into a separate directory and set the environment variable MY_LOCAL_SW_DIST to point to that directory. The files to save are: $MY_SQROOT/sql/local_hadoop/*.tar.gz $MY_SQROOT/sql/local_hadoop/tpcds/tpcds_kit.zip.

...

For hbase-site.xml:

  <property>

    <name>hbase.client.scanner.caching</name>

    <value>100</value>

  </property>

  <property>

...