Support building Java and Python version at the same time. (#2640)

* Support building Java and Python version at the same time.

* Remove duplicated definition.

* Refine the building process of local_scheduler

* Refine

* Add comment for languages

* Modify instruction and add python,jave building to CI.

* change according to comment
This commit is contained in:
Yuhong Guo
2018-08-15 02:33:51 +08:00
committed by Philipp Moritz
parent 493585574a
commit 4bd98eed45
7 changed files with 49 additions and 55 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ set -e
set -x
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
$ROOT_DIR/../build.sh -l java
$ROOT_DIR/../build.sh -l java,python
pushd $ROOT_DIR/../thirdparty/build/arrow/java
mvn clean install -pl plasma -am -Dmaven.test.skip