Github user jwcarman commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/54#issuecomment-98360531
Running the command:
mvn clean package -Dhadoop.version=2.0.0-mr1-cdh4.7.1 -DskipTests
I get:
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin ........................................... SUCCESS [
1.617 s]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [
5.463 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [
2.345 s]
[INFO] Zeppelin: Spark .................................... SUCCESS [
15.725 s]
[INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [
1.194 s]
[INFO] Zeppelin: Angular interpreter ...................... SUCCESS [
1.121 s]
[INFO] Zeppelin: Shell interpreter ........................ SUCCESS [
1.219 s]
[INFO] Zeppelin: Hive interpreter ......................... SUCCESS [
1.541 s]
[INFO] Zeppelin: Tajo interpreter ......................... SUCCESS [
1.305 s]
[INFO] Zeppelin: web Application .......................... SUCCESS [
38.142 s]
[INFO] Zeppelin: Server ................................... SUCCESS [
6.217 s]
[INFO] Zeppelin: Packaging distribution ................... SUCCESS [
0.229 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 01:16 min
[INFO] Finished at: 2015-05-02T09:41:32-04:00
[INFO] Final Memory: 109M/1809M
[INFO]
------------------------------------------------------------------------
Now, when I leave off the -DskipTests, I get some failure because it seems
to be trying to load some JS testing framework in Safari and it can't find a
"driver", so I need to get that all set up so that I can run a full build.
But, it seems to be able to download everything it needs.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---