problem: support Spark when compile java files
timehuang88@...
Hi guys:
when i run cmd: $ mvn clean package -DskipITs -Ddaos.install.path=<daos_install> the debug log show the info below and compile process can not go on, finally no daos-java-<version>-assemble.tgz generated
|
|
Zhang, Jiafu
Hi,
Do you have more error message? I cannot infer what cause is from your debug message. Just to make sure replace <daos_install> with your real path. If daos is installed to /usr/local/daos, your mvn command should be,
mvn clean package -DskipITs -Ddaos.install.path=/usr/local/daos
Thanks.
From: daos@daos.groups.io <daos@daos.groups.io> On Behalf Of
timehuang88@...
Hi guys:
the debug log show the info below and compile process can not go on, finally no daos-java-<version>-assemble.tgz generated
|
|
timehuang88@...
Hi Jiafu,
thx for your reply. since I build and install daos with the cmd below: scons --config=force --build-deps=yes install PREFIX=/usrso am i right to build java files like this cmd below: $ mvn clean package -DskipITs -Ddaos.install.path=/usr
|
|
Zhang, Jiafu
Yes. It’s correct.
From: daos@daos.groups.io <daos@daos.groups.io> On Behalf Of
timehuang88@...
Hi Jiafu,
so am i right to build java files like this cmd below:
|
|