Versions Compared

Key

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

...

CommandUsage
swstartall
Start the complete Hadoop environment.
swstopall
Stops the complete Hadoop environment.
swstatus
Checks the status of the Hadoop environment.
swuninstall_local_hadoop
Removes the Hadoop installation.

...

Run Trafodion

This section describes how to start Trafodion and run operations. 

Each Time New Source is Downloaded

Start a new ssh session and set up environmentYou need to do the following each time you download new source code.

Code Block
languagetext
cd <download directory>/apache-trafodion-1.3.0-incubating
source ./env.sh
cd $MY_SQROOT/etc
# delete ms.env, if it exists
rm ms.env
cd $MY_SQROOT/sql/scripts
sqgen 

Start Trafodion

Do the following to start the Trafodion environment.

Code Block
languagetext
cd $MY_SQROOT/sql/scripts
sqstart
sqcheck 

...