Unable to import data from multiple hive tables in single notebook

2017-02-26 Thread RUSHIKESH RAUT
Hi All, I am facing following issue while running sparkR codes in zeppelin. I am trying to load data from hive tables and then perform some operation. Following is the code of two paragraphs present in my notebook 1)input_file<- sql(sqlContext, "select * from table1") data(input_file) head(inp

Re: New install, can't see home page

2017-02-26 Thread Chuck Carlson
Thanks, but I waited a long time. It never shows up. Also, when I create a new note, nothing appears either. On Sun, Feb 26, 2017 at 8:20 PM, Beth Lee 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 Car

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 > zeppelin directory and

New install, can't see home page

2017-02-26 Thread 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 zeppelin directory and executed the "bin/zeppelin-daemon.sh start" command. I then went to Chrome and loaded localhost:8080. But the page only shows the to

Is it possible to return javascript to frontend and run it in frontend

2017-02-26 Thread canan chen
Hi, I'd like to return a piece of javascript code from my interpreter and run it in frontend, is it possible and how can I do it ? Thanks

spark REPL behavior for functions definitions w/ empty argument list in 0.7.0

2017-02-26 Thread max
In the zeppelin 0.7.0 %spark context if i evaluate: +--- def foo():Unit = { print("bar")} +--- response is: +--- foo: ()Unit bar +--- Seems the "print" shouldn't be executed, indeed, if i evaluate: +--- def foo(i:Int):Unit = {print ("bar")} +--- response is: +--- foo: (i: Int)Unit +--- and

Re: [DISCUSS] Behaviour of Interpreter when it is restarted

2017-02-26 Thread Jongyoul Lee
Hi Jagat, I'd love to listen how users use Apache Zeppelin in real world. It always help to figure out what we have to focus on, to find out what the critical issues are and to set the future roadmap. Can you share us - or me - detail issues bothering you? On Wed, Feb 22, 2017 at 5:28 PM, Jagat S