Skip to content

Commit 3c0fcaa

Browse files
committed
update env script instruction
1 parent eb57fbe commit 3c0fcaa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ Example settings of the environment variables are:
5252
1. `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server`.
5353
2. `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.

0 commit comments

Comments
 (0)