Versions Compared

Key

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

...

Note: Trafodion has only been tested with Hadoop 2.5.?, HBase 0.98.6, and Hive 0.13.1.  If you have different versions, you might run into unexpected build errors.

Setup build environment

    Start a new ssh session

...

    Make sure that  TOOLSDIR is not set.

        unset $TOOLSDIR

Do the build

   cd <download directory>/apache-trafodion-1.2.0-incubating

...

To start/stop/check Hadoop environment using Trafodion supplied scripts, you can execute  ‘swstartall’ ,  ‘swstopall’ and ‘swstatus’, and if you need to remove the installation, execute the 'swuninstall_local_hadoop'. 

Do the build

    Start a new ssh session and set environment

        Set the TOOLSDIR environment variable to the location of the components installed via  Additional Build Tools

            export TOOLSDIR=<tools installation directory>

         cd <download directory>/apache-trafodion-1.2.0-incubating

         source  source ./env.sh

     Build using one of the following options: 

...