LinkedInAttic / Cubert

Fast and efficient batch computation engine for complex analysis and reporting of massive datasets on Hadoop
http://linkedin.github.io/Cubert/
Apache License 2.0
246 stars 61 forks source link

Error in bin/cubert #2

Open czha168 opened 10 years ago

czha168 commented 10 years ago

Hi, gang,

There is an error in bin/cubert when running on any case sensitive OS, such as Linux or MacOS.

Line 13: CUBERT_JAR=echo $CUBERT_HOME/lib/cubert-*.jar

Should be: CUBERT_JAR=echo $CUBERT_HOME/lib/Cubert-*.jar

Good job though!

Charlie Zha

OopsOutOfMemory commented 9 years ago

Hi, @czha168 I think the jar name is according to the default root directory of cubert.

If I follow the install guide http://linkedin.github.io/Cubert/install.html

clone into directory into /path/to/cubert (note: cubert is lowercase, not Cubert)

it works fine:

shengli-mac$ ll release/lib/
total 12488
-rw-r--r--  1 shengli  staff  6392989 Jun 11 14:15 cubert-0.2.21.jar

@mvarshney @mparkhe can we rename the project name from Cubert to cubert. The project name usually is lowercase.

mparkhe commented 9 years ago

Nice catch! We will take care of it in the next release.

-mani