Intel-bigdata / HiBench

HiBench is a big data benchmark suite.
Other
1.46k stars 766 forks source link

HiBench-Docker Image Build Failure #162

Open ghost opened 8 years ago

ghost commented 8 years ago

I'm trying to build hibench-docker image by following given instruction. After running "./scripts/run-container.sh cdh" script, I receive this error:

[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] hibench ........................................... SUCCESS [0.724s] [INFO] nutchindexing ..................................... SUCCESS [10.828s] [INFO] mahout ............................................ SUCCESS [12.319s] [INFO] hivebench ......................................... SUCCESS [3.041s] [INFO] Sparkbench ........................................ SUCCESS [56.064s] [INFO] PEGASUS: A Peta-Scale Graph Mining System ......... SUCCESS [4.167s] [INFO] HiBench data generation tools ..................... SUCCESS [10.741s] [INFO] Streamingbench .................................... SUCCESS [0.017s] [INFO] Streamingbench data generation tools .............. SUCCESS [8.787s] [INFO] Streaming Benchmark Zookeeper Helper Utils ........ SUCCESS [9.284s] [INFO] Streaming Benchmark Spark ......................... SUCCESS [44.592s] [INFO] Streaming Benchmark Storm ......................... FAILURE [0.461s] [INFO] Streaming Benchmark Samza ......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:42.960s [INFO] Finished at: Mon Dec 07 16:59:52 UTC 2015 [INFO] Final Memory: 120M/758M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.thrift.tools:maven-thrift-plugin:0.1.11:compile (thrift-sources) on project streaming-bench-storm: thrift did not exit cleanly. Review output for more information. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :streaming-bench-storm Build failed for spark1.3 and MR1, please check!

The command '/bin/sh -c ${HIBENCH_HOME}/bin/build-all.sh' returned a non-zero code: 1

Start building hibench-docker image...

Sending build context to Docker daemon 28.67 kB Step 1 : FROM hibench-base Pulling repository docker.io/library/hibench-base Error: image library/hibench-base:latest not found Usage ./scripts/run-container.sh {cdh|open-source}

Please let me know what is the root of this issue. Thanks.

carsonwang commented 8 years ago

@princhenee

ghost commented 8 years ago

Any support from developers!!?

qiansl127 commented 8 years ago

Maybe you should install thrift to compile Streaming Benchmark Storm.

ghost commented 8 years ago

@qiansl127 The thrift is already installed and is accessible at /bin/thrift.