Versions Compared

Key

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

...

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

Verify

...

that

...

build

...

completed

...

by

...

running

...

the

...

following

...

command

...

-

...

should

...

report:

...

6 java

...

servers

...

and

...

2

...

mysqld

...

processes

...

are

...

running

    swstatus

Note: 

The 'install_local_hadoop' script downloads Hadoop, HBase, Hive, and MySql jar files from the internet. To avoid this overhead, you can download the required files into a separate directory and set the environment variable MY_LOCAL_SW_DIST to point to this directory.

...