Exception occured in the CLEAN_ALL stage

213 views
Skip to first unread message

Omer Barak

unread,
Feb 11, 2016, 9:16:11 AM2/11/16
to Big Data Benchmark for BigBench
Hi,
I've cloned the latest BB 0.6, and when I tried running a sanity run (./bigBench runBenchmark -f 1) I got an error on one of the queries.
I tried cleaning up the system to try again by running:
./bigBench runBenchmark –i CLEAN_ALL

In response I got:

BigBench clean all                                      (this might take a while...)
Command: [bash, /app/Big-Bench-06/bin/bigBench, cleanAll, –i, CLEAN_ALL, -U]
got non-zero return value: 1
BigBench clean all                                      failed. Time:          0h:00m:00s:055ms
==============
Benchmark run terminated
Reason: An error occured while running a command in phase CLEAN_ALL
==============
java.io.IOException: Error while running module cleanAll. More information in corresponding logfile in /app/Big-Bench-06/logs
        at io.bigdatabenchmark.v1.driver.BigBench.runModule(BigBench.java:778)
        at io.bigdatabenchmark.v1.driver.BigBench.run(BigBench.java:462)
        at io.bigdatabenchmark.v1.driver.RunBigBench.main(RunBigBench.java:52)

************
Big Data
Benchmark
Result
v0.6-beta
************

(The logs don't have any additional information)

And now, when I try running other stages it's still "stuck" on clean all... (note the messages in bold)

./bigBench runBenchmark -b –i DATA_GENERATION -f 1

BigBench clean all                                      (this might take a while...)
Running module cleanAll directly is only supported in expert mode
Normal mode only supports runBenchmark module
Command: [bash, /app/Big-Bench-06/bin/bigBench, cleanAll, -b, –i, DATA_GENERATION, -f, 1, -U]
got non-zero return value: 1
BigBench clean all                                      failed. Time:          0h:00m:00s:063ms
==============
Benchmark run terminated
Reason: An error occured while running a command in phase CLEAN_ALL
==============
java.io.IOException: Error while running module cleanAll. More information in corresponding logfile in /app/Big-Bench-06/logs
        at io.bigdatabenchmark.v1.driver.BigBench.runModule(BigBench.java:778)
        at io.bigdatabenchmark.v1.driver.BigBench.run(BigBench.java:462)
        at io.bigdatabenchmark.v1.driver.RunBigBench.main(RunBigBench.java:52)

************
Big Data
Benchmark
Result
v0.6-beta
************


Any ideas?
Thanks

Yan Tang

unread,
Feb 14, 2016, 1:17:43 AM2/14/16
to Big Data Benchmark for BigBench

Has any detail error in dataGeneration-run_query.log file? 

在 2016年2月11日星期四 UTC+8下午10:16:11,Omer Barak写道:

Omer Barak

unread,
Feb 14, 2016, 7:21:23 AM2/14/16
to Big Data Benchmark for BigBench
No, this log file isn't even created.

Manuel Danisch

unread,
Feb 16, 2016, 12:29:45 PM2/16/16
to Big Data Benchmark for BigBench
Hi,

You can add the "-b" option to see the messages of the underlying bash scripts. This might help debugging the problem.

Best regards,

Manuel

Michael Frank

unread,
Feb 18, 2016, 7:05:59 AM2/18/16
to Big Data Benchmark for BigBench
Hi,

while trying out your example we noticed that the '–' character of your "–i CLEAN_ALL"  command is not the default '-' character (notice then different length and style of  '–' and '-' ) ! The "dash" in your example has a different character code and is the following unicode:
0x2013    8211    EN DASH    –
You have to use the default latin unicode char '-':

0x002D    45    HYPHEN-MINUS    -

Please re-type all command you use from scratch. Dont copy paste anything!




Cheers,
Michael

Omer Barak

unread,
Mar 2, 2016, 10:47:49 AM3/2/16
to Big Data Benchmark for BigBench
Thanks Michael 
(I only saw the message now, the notification didn't get to my inbox...)
Reply all
Reply to author
Forward
0 new messages