Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/1689
  
    @bzz 
    
    Recently, i found that checkstyle doesn't need too much time. It takes 
apprx 12 seconds in my labtop. 
    So i believe it is such a big problem of executing checkstyle plugin in all 
profiles.
    
    ```
    $ # if you fail due to dependency, try before `mvn install -DskipTest`
    $ mvn validate -Denforcer.skip=true 
    ```
    
    ```
    [INFO] Building Zeppelin: Packaging distribution 0.7.0-SNAPSHOT
    [INFO] 
------------------------------------------------------------------------
    [INFO]
    [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-fail-build) @ 
zeppelin-distribution ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ 
zeppelin-distribution ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 17 resources
    [INFO]
    [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce) @ 
zeppelin-distribution ---
    [INFO] Skipping Rule Enforcement.
    [INFO] 
------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO]
    [INFO] Zeppelin ........................................... SUCCESS [  
1.392 s]
    [INFO] Zeppelin: Interpreter .............................. SUCCESS [  
1.347 s]
    [INFO] Zeppelin: Zengine .................................. SUCCESS [  
0.859 s]
    [INFO] Zeppelin: Display system apis ...................... SUCCESS [  
0.200 s]
    [INFO] Zeppelin: Spark dependencies ....................... SUCCESS [  
0.648 s]
    [INFO] Zeppelin: Spark .................................... SUCCESS [  
0.415 s]
    [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [  
0.213 s]
    [INFO] Zeppelin: Angular interpreter ...................... SUCCESS [  
0.182 s]
    [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [  
0.183 s]
    [INFO] Zeppelin: Livy interpreter ......................... SUCCESS [  
0.574 s]
    [INFO] Zeppelin: HBase interpreter ........................ SUCCESS [  
0.308 s]
    [INFO] Zeppelin: Apache Pig Interpreter ................... SUCCESS [  
0.231 s]
    [INFO] Zeppelin: PostgreSQL interpreter ................... SUCCESS [  
0.337 s]
    [INFO] Zeppelin: JDBC interpreter ......................... SUCCESS [  
0.259 s]
    [INFO] Zeppelin: File System Interpreters ................. SUCCESS [  
0.232 s]
    [INFO] Zeppelin: Flink .................................... SUCCESS [  
0.317 s]
    [INFO] Zeppelin: Apache Ignite interpreter ................ SUCCESS [  
0.394 s]
    [INFO] Zeppelin: Kylin interpreter ........................ SUCCESS [  
0.206 s]
    [INFO] Zeppelin: Python interpreter ....................... SUCCESS [  
0.289 s]
    [INFO] Zeppelin: Lens interpreter ......................... SUCCESS [  
0.359 s]
    [INFO] Zeppelin: Apache Cassandra interpreter ............. SUCCESS [  
0.300 s]
    [INFO] Zeppelin: Elasticsearch interpreter ................ SUCCESS [  
0.273 s]
    [INFO] Zeppelin: BigQuery interpreter ..................... SUCCESS [  
0.273 s]
    [INFO] Zeppelin: Alluxio interpreter ...................... SUCCESS [  
0.271 s]
    [INFO] Zeppelin: Scio ..................................... SUCCESS [  
0.379 s]
    [INFO] Zeppelin: web Application .......................... SUCCESS [  
0.176 s]
    [INFO] Zeppelin: Server ................................... SUCCESS [  
0.695 s]
    [INFO] Zeppelin: Packaging distribution ................... SUCCESS [  
0.204 s]
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 11.878 s
    [INFO] Finished at: 2016-12-02T00:28:12+09:00
    [INFO] Final Memory: 69M/859M
    [INFO] 
------------------------------------------------------------------------
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to