File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,9 +52,8 @@ Example settings of the environment variables are:
52521 . ` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server ` .
53532 . ` export CLASSPATH=$CLASSPATH:$HOME/alluxio/core/client/target/alluxio-core-client-1.2.0-jar-with-dependencies.jar ` .
5454
55- ** Lazy way** : ` source env.sh ` . The ` env.sh ` is a handy example script that you can invoke
56- before running the client executable. Modify the script (especially ` clientjarpath ` )
57- if necessary.
55+ ** Lazy way** : Modify script ` bin/alluxio-client-env.sh ` (especially ` clientjarpath ` ) and
56+ then ` source bin/alluxio-client-env.sh ` before running the client executable.
5857
5958# Sample Client:
6059` alluxiotest ` is a sample client executable that test the implemented C/C++ Alluxio APIs.
You can’t perform that action at this time.
0 commit comments