Github user jongyoul commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/31#issuecomment-91091244
  
    Additionally, in your build, jackson.version is 1.8.8 because you choose 
spark 1.2. In case of spark 1.2, jackson.version is 1.8.8 by default, I think 
it's a mistake because jackson.version influence hadoop actually but configured 
in spark-1.3 profile, so If you change hadoop-2.4's jackson.version to 1.9.13, 
you can build Zeppelin with spark 1.2. and hadoop 2.6
    
    ```
    mvn clean install -DskipTests -Pspark-1.2 -Phadoop-2.4 
-Dhadoop.version=2.6.0 -Pyarn
    ```
    
    It may works correctly.


---
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.
---

Reply via email to