Versions Compared

Key

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

...

This section describes the steps to use the Trafodion installation script called 'install_local_hadoop' that downloads compatible versions of Hadoop, HBase, Hive, and MySql and starts Trafodion.

If you started a new ssh session, be sure to

   cd <download directory>/apache-trafodion-1.3.0-incubating
   source ./env.sh

Make     make sure you have set up password less authentication. You should be able to "ssh localhost" without having to enter a password.  To setup passwordless authentication: 

 If you started a new ssh session, be sure to

...

        ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
        cat $HOME/.ssh/id_rsa.pub >> $HOME/.ssh/authorized_keys 

Install hadoop 

   cd $MY_SQROOT/sql/scripts
   install_local_hadoop
   ./install_traf_components 

...