Leading Zeros with spark.sql interpreter

2018-09-19 Thread Metin OSMAN
Hi, I have a DataFrame with String colums containing only numbers like values, but with leading zeros. when I query the DF through a temptable in a spark.sql interpreter, the table shows the values without the leading zeros. If I export the data to a csv file, the zeros are also removed. I don'

Zeppelin 0.8.0 on Secondary NN (CDH)

2018-09-19 Thread Abhi Basu
Do I need to use the IP address (public) of my EC2 node here for this to work? I have a 5 node CDH 5.15 cluster with Zeppelin installed on the NN2. zeppelin.server.addr 0.0.0.0 Server address zeppelin.server.port 8080 Server port. Currently if I try to go to http://:8080/, I see

Re: Zeppelin 0.8.0 on Secondary NN (CDH)

2018-09-19 Thread Abhi Basu
Never mind, my zeppelin binaries were somehow corrupt. After fresh download and install, all is good. :} On Wed, Sep 19, 2018 at 3:44 PM, Abhi Basu <9000r...@gmail.com> wrote: > Do I need to use the IP address (public) of my EC2 node here for this to > work? I have a 5 node CDH 5.15 cluster with

Re: Leading Zeros with spark.sql interpreter

2018-09-19 Thread Jeff Zhang
It is fixed in ZEPPELIN-3701, I will backport it to branch-0.8. Metin OSMAN 于2018年9月20日周四 上午12:43写道: > Hi, > > I have a DataFrame with String colums containing only numbers like values, > but with leading zeros. > > when I query the DF through a temptable in a spark.sql interpreter, the > table