Re: Cannot copy data in tables in Zeppelin 0.6.0

2016-06-08 Thread Corneau Damien
No problem, it can be hard to find the exact issue in JIRA, and the PR is quite recent. Hopefully you will be able to get a version of Zeppelin with that change soon. There is also a paragraph data download feature in the master right now, in case it would help On Thu, Jun 9, 2016 at 2:47 PM, Anto

RE: Cannot copy data in tables in Zeppelin 0.6.0

2016-06-08 Thread Anton Bubna-Litic
Thanks, I tried to have a look around but obviously not hard enough ☺ Anton Bubna-Litic QUANTIUM Level 25, 8-12 Chifley Square Sydney NSW 2000 Australia T: +61 2 8222 3585 M: +61 424 080 464 W: quantium.com.au linkedin.com/company/qua

Re: Cannot copy data in tables in Zeppelin 0.6.0

2016-06-08 Thread Corneau Damien
Hi Anton, The bug was already reported, and is soon to be merged into Apache Zeppelin's master branch: https://github.com/apache/incubator-zeppelin/pull/973 On Thu, Jun 9, 2016 at 2:23 PM, Anton Bubna-Litic < anton.bubna-li...@quantium.com.au> wrote: > Hi All, > > > > I am trying out a mapr buil

Cannot copy data in tables in Zeppelin 0.6.0

2016-06-08 Thread Anton Bubna-Litic
Hi All, I am trying out a mapr build of Zeppelin 0.6.0 and I cannot select and copy any data at all from the tables. I could do this in 0.5.6, is this because of my build or should I raise it on the JIRA? Cheers, Anton Anton Bubna-Litic QUANTIUM Level 25, 8-12 Chifley Square Sydney NSW 2000 Au

Re: Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread Jongyoul Lee
Hi, AFAIK, spark driver and executor share its environments including SPARK_HOME. I don't have tested them, but it won't work well because there are different scheme of each OS. Hope this help, JL On Thu, Jun 9, 2016 at 6:15 AM, Pedro Reta wrote: > Hi Moon, > > Thanks for the quick and kind re

Re: Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread Pedro Reta
Hi Moon, Thanks for the quick and kind response. I've just tried the following: SPARK_HOME/bin/spark-shell.cmd --master *spark://:7077* This works properly, the connection is done. Also, the remote spark localhost:8081 page shows the remote connection under 'Running Applications'. After this, I

Re: Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread moon soo Lee
Hi, Could you verify if SPARK_HOME/bin/spark-shell.cmd from your windows machine to connect to spark cluster running on a linux machine works? Then Zeppelin supposed to work with 'export SPARK_HOME' configuration in your conf/zeppelin-env.sh Thanks, moon On Wed, Jun 8, 2016 at 12:48 PM Pedro Re

Connecting to a Linux Spark from Zeppelin on Windows

2016-06-08 Thread Pedro Reta
Hi, I was wondering if you could help me with some insight about a problem I am having. It might sound silly to you but here it goes: I built a Zeppelin on Windows, and also a Spark standalone server in the same machine. Now, I am able to connect to my Windows Spark server using Zeppelin. I have

Re: Get stack Tooltip Value

2016-06-08 Thread moon soo Lee
Hi Andrea, On 'start a paragraph B', 'start' means create paragraph B, you'll need to call rest api. If 'start' means run paragraph B, you can leverage AngualrDisplay system z.run() [1][2]. Hope this helps. Thanks, moon [1] http://zeppelin.incubator.apache.org/docs/0.6.0-SNAPSHOT/displaysystem/

Get stack Tooltip Value

2016-06-08 Thread Andrea Santurbano
Hi, i'm making a dashboard with Zeppelin and Spark, the tool is fantastic but i have a little problem: i have to get some values from the d3 visualization (on click on stack for instance) from the paragraph "A" and use this values to start a paragraph "B" (via rest api). Is it possibile to do this?