Re: New install, can't see home page

2017-02-27 Thread Beth Lee
Sun, Feb 26, 2017 at 8:20 PM, Beth Lee <bethlee...@gmail.com> wrote: > >> Just wait few seconds, and then you can use it. >> There need time to load. >> >> Thanks, >> Jin >> >> 2017-02-27 13:08 GMT+09:00 Chuck Carlson <ch...@sanna.com>: &g

Re: New install, can't see home page

2017-02-26 Thread Beth Lee
Just wait few seconds, and then you can use it. There need time to load. Thanks, Jin 2017-02-27 13:08 GMT+09:00 Chuck Carlson : > Today I downloaded the binary package with all interpreters to my home > directory on a mac. I started a console session and cd'd to the main >

Re: How can I use pyspark in zeppelin?

2017-02-24 Thread Beth Lee
> html#1-export-spark_home. > > 2017-02-24 15:44 GMT+09:00 Beth Lee <bethlee...@gmail.com>: > >> I installed spark-2.1.0-bin-hadoop2.7.tgz and zeppelin-0.7.0-bin-all.tgz in >> ubuntu. >> >> I set the zeppelin-env.sh like below. >> >> export PY

How can I use pyspark in zeppelin?

2017-02-23 Thread Beth Lee
I installed spark-2.1.0-bin-hadoop2.7.tgz and zeppelin-0.7.0-bin-all.tgz in ubuntu. I set the zeppelin-env.sh like below. export PYTHONPATH=/usr/bin/python export PYSPARK_PYTHON=/home/jin/spark/python So I try to use pyspark in the zeppelin notebook. %spark.pyspark print(2+2)

Can I call sub-function in Zeppelin?

2017-02-23 Thread Beth Lee
Zeppelin supports auto-complete function in a notebook. So I enter the ctrl+. in my notebook to use it. But I can only show the lists which I typed it before. Is there any way to call sub-function using the auto-complete function in python or spark etc.? (In case of python: When I enter the tab

Re: How can I use anaconda in zeppelin?

2017-02-23 Thread Beth Lee
available command. This allow dynamically > configure conda environment. > > Hope this helps. > > Thanks, > moon > > On Thu, Feb 23, 2017 at 3:23 PM Beth Lee <bethlee...@gmail.com> wrote: > >> I want to use anaconda in zeppelin. >> >> So I modify

How can I use anaconda in zeppelin?

2017-02-22 Thread Beth Lee
I want to use anaconda in zeppelin. So I modify the configure file in /zeppelin/conf/zeppelin-env.sh like below. export SPARK_HOME=/home/jin/spark export PYTHONPATH=/home/jin/anaconda3/bin/python export PYSPARK_PYTHON=/home/jin/spark/python Because I think when I modified the PYTHONPATH then I