Re: Table display is reverting to double precision in 0.6.2

2017-02-01 Thread moon soo Lee
Hi Anton! It'll be appreciated if you can file a new JIRA issue. Once issue is created, let me link issue to https://issues.apache.org/jira/browse/ZEPPELIN-1915, which is an umbrella issue for built-in visualization. Thanks, moon On Thu, Feb 2, 2017 at 8:59 AM Anton Bubna-Litic < anton.bubna-li.

Re: [CANCEL][VOTE] Release Apache Zeppelin 0.7.0 (RC3)

2017-02-01 Thread Jonathan Kelly
Awesome, thank you, Mina! On Wed, Feb 1, 2017 at 6:00 PM Mina Lee wrote: > Hi Jonathan, > there were several more bugs found and it took some time to resolve all of > them. > Every critical known bugs are handled, so I am going to send rc4 vote > email in few hours. > > On Thu, Feb 2, 2017 at 2:

Re: [CANCEL][VOTE] Release Apache Zeppelin 0.7.0 (RC3)

2017-02-01 Thread Mina Lee
Hi Jonathan, there were several more bugs found and it took some time to resolve all of them. Every critical known bugs are handled, so I am going to send rc4 vote email in few hours. On Thu, Feb 2, 2017 at 2:33 AM Jonathan Kelly wrote: > Hi, I see that all PRs mentioned on this thread have now

Table display is reverting to double precision in 0.6.2

2017-02-01 Thread Anton Bubna-Litic
Hi all, I have noticed that the table display is losing precision on large integers, even if it is cast as a string. This may be related to https://issues.apache.org/jira/browse/ZEPPELIN-1371. I don't know if this still occurs in 0.7.0. Should I be raising this as a bug on the JIRA? [cid:image

Re: [CANCEL][VOTE] Release Apache Zeppelin 0.7.0 (RC3)

2017-02-01 Thread Jonathan Kelly
Hi, I see that all PRs mentioned on this thread have now been closed, so I was wondering if there will be another RC cut today? Thank you, Jonathan On Thu, Jan 26, 2017 at 5:56 AM Andreas Weise wrote: > As there seems to be RC4, any chance to also get PR 1804 [1] merged for > 0.7.0. > > It fixe

Re: Error about PySpark

2017-02-01 Thread Hyung Sung Shim
Hello. You don't need to remove the /tmp/zeppelin_pyspark-4018989172273347075.py because it is generated automatically when you run the pyspark command. and I think you don't need to set PYTHONPATH if you have python in your system. I recommend you are using the SPARK_HOME like following. *export

Re: How Auth should work?

2017-02-01 Thread Khalid Huseynov
Hi Egor, That's good point. Actually you've been doing everything correctly, but that feature isn't enabled by default, and it can be enabled through configuration using ZEPPELIN_NOTEBOOK_PUBLICl environment variable. I addressed it under ZEPPELIN-2036