Github user jeffsteinmetz commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/702#issuecomment-203538247
  
    Looks great.
    I just fired up a spark cluster on EC2 using the spark Amazon ec2 scripts.
    Pointed zeppelin to the cluster master running 3 nodes.
    
    Built the zeppelin distribution with
    `mvn clean package -Pspark-1.6 -Ppyspark -Phadoop-2.4 -Psparkr -DskipTests 
-Pbuild-distr`
    
    Shipped the distribution .tar.gz to the clusters master, unzipped, then
    ```
    # change port to 8090 since spark UI uses 8080
    # the ec2 script installs spark in /root/spark
    touch conf/zeppelin-env.sh
    echo "export ZEPPELIN_PORT=8090" >> conf/zeppelin-env.sh
    echo "export SPARK_HOME=/root/spark" >> conf/zeppelin-env.sh
    bin/zeppelin-daemon.sh start
    ```
    
    Worked as expected.
    
    Looks good to me.



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