Github user Leemoonsoo commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/101#issuecomment-112694660
I have tested without zeppelin-web and zeppelin-distribution and my result
is
From
```
$ time mvn package -DskipTests -pl '!zeppelin-web,!zeppelin-distribution'
[INFO] Total time: 01:32 min
[INFO] Finished at: 2015-06-17T00:34:53-07:00
[INFO] Final Memory: 50M/522M
[INFO]
------------------------------------------------------------------------
real 1m35.235s
user 2m36.430s
sys 0m8.422s
```
to
```
[INFO] Total time: 44.496 s
[INFO] Finished at: 2015-06-17T00:36:52-07:00
[INFO] Final Memory: 37M/501M
[INFO]
------------------------------------------------------------------------
real 0m46.687s
user 1m12.755s
sys 0m3.199s
```
Looks really good. +1 for merge
---
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.
---