Hi,
I am installing the cloudsuite websearch benchmark natively as I am trying to
run them on ARM 64 architecture. When running the commands in websearch
client's docker-entrypoint.sh file, I run
cd $FABAN_HOME/search \
&& $ANT_HOME/bin/ant deploy
I get
[Buildfile: /usr/src/faban/search/build.xml init: [mkdir] Created dir:
/usr/src/faban/search/build/classes compile: [javac]
/usr/src/faban/search/build.xml:35: warning: 'includeantruntime' was not set,
defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 1 source file to /usr/src/faban/search/build/classes
[javac] [javac] WARNING [javac] [javac] The -source
switch defaults to 1.7 in JDK 1.7. [javac] If you specify -target 1.5 you
now must also specify -source 1.5. [javac] Ant will implicitly add -source
1.5 for you. Please change your build file. [javac] warning: [options]
bootstrap class path not set in conjunction with -source 1.5 [javac] 1
warning bench.jar: [mkdir] Created dir: /usr/src/faban/search/build/lib
[jar] Building jar: /usr/src/faban/search/build/lib/search.jar
deploy.jar: [jar] Building jar: /usr/src/faban/search/build/search.jar
deploy:]
After this, the deploy:
keeps running. Should this terminate after sometime, or what is the expected
behavior ? Also should I address the warnings regarding the JAVA versions.
Regards
Yasir