Update build.sh
This commit is contained in:
parent
2c1cfd8be6
commit
a607047aa1
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
CPATH=`${HADOOP_HOME}/bin/hadoop classpath`
|
||||
CPATH=`${HADOOP_PREFIX}/bin/hadoop classpath`
|
||||
javac -cp $CPATH -d bin src/org/apache/hadoop/yarn/rabit/*
|
||||
jar cf rabit-yarn.jar -C bin .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user