Tutorial with Local File

2016-05-04 Thread Tao Li(Internship)
Hi, I have got an exception when I follow the Tutorial with Local File: val bankText = sc.textFile("/data/bank-full.csv") bankText: org.apache.spark.rdd.RDD[String] = MapPartitionsRDD[77] at textFile at :23 My zeppelin version is zeppelin-0.5.6-incubating, is there anything I haven

Re: Tutorial with Local File

2016-05-04 Thread Felix Cheung
That doesn't look like an exception, I think it is working? On Wed, May 4, 2016 at 2:33 AM -0700, "Tao Li(Internship)" wrote: Hi, I have got an exception when I follow the Tutorial with Local File: val bankText = sc.textFile("/data/bank-full.csv") bankText: org.apache.spark.

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-05-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/866#issuecomment-216825049 LGTM! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have t

[jira] [Created] (ZEPPELIN-839) Zeppelin configuration getStringValue returns only one value for a property name.

2016-05-04 Thread Onkar Shedge (JIRA)
Onkar Shedge created ZEPPELIN-839: - Summary: Zeppelin configuration getStringValue returns only one value for a property name. Key: ZEPPELIN-839 URL: https://issues.apache.org/jira/browse/ZEPPELIN-839

[GitHub] incubator-zeppelin pull request: Zeppelin configuration getStringV...

2016-05-04 Thread onkarshedge
GitHub user onkarshedge opened a pull request: https://github.com/apache/incubator-zeppelin/pull/873 Zeppelin configuration getStringValue() returns multiple values comma… ### What is this PR for? ZeppelinConfiguration getStringValue(String name,String d) returns only a single

Re: Zeppelin Helium Build failure

2016-05-04 Thread moon soo Lee
Hi Anish, SparkMon is an example that based on PoC implementation. While https://github.com/apache/incubator-zeppelin/pull/836 is implementing slightly different way, SparkMon has to be changed. Thanks, moon On Tue, May 3, 2016 at 9:18 AM anish singh wrote: > Hello, > > As advised earlier, the

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-742] Add documentation ...

2016-05-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/865 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-599]notebook search sho...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/859#issuecomment-216866674 Looks good to me! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

Re: nginx

2016-05-04 Thread Jeff Steinmetz
We do use nginx, but nginx auth only (not zeppelin+shiro). The nginx user will be the only authentication that takes place - it doesn’t pass anything to zeppelin (zeppelin is unaware of basic auth via nginx as far as I know). You are correct, that you can leave zeppelin setup for basic anonymo

Re: Zeppelin Helium Build failure

2016-05-04 Thread anish singh
Hello, I realized that the structure of Helium application has after https://github.com/apache/incubator-zeppelin/pull/836. I was able to run a sample Helium application based on the changed structure, will explore more of the changes in the code. Thanks, Anish. On Wed, May 4, 2016 at 6:54 PM, m

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-216916049 LGTM! nice improvement 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your p

Re: Re: Proposed Resolution: Establish Apache Zeppelin TLP

2016-05-04 Thread moon soo Lee
Then, would it be fine to just send exactly the same email (except for the paragraph) to board@ ? Regarding wiki, in Zeppelin wiki page, we have draft "Board resolution (DRAFT) for the graduation

[GitHub] incubator-zeppelin pull request: Improve README.md

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/839#issuecomment-216950016 Merge if there're no more discussions --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-216951554 @r-kamath Are there any more works left for unchecked todo item 'UI fixes', in the description of this PR? --- If your project is set up for it, you can

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-819] Add 'Last updated ...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/848#issuecomment-216952713 The improvement looks good to me --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your p

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread r-kamath
Github user r-kamath commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-216953422 @Leemoonsoo the only pending item is the sort header arrow style. Should we try something more stylish ? https://cloud.githubusercontent.com/assets/20313

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-216955848 Arrow style looks fine. I think it's good to be merged! --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread r-kamath
Github user r-kamath commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-216956720 @Leemoonsoo cool. I have checked the 'UI fixes'. thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-216957711 Last CI test failure is unrelated to the change. LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-704] Display elapse tim...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/862#issuecomment-216966240 @sagarkulkarni3592 Thanks for taking care. I tried the last commit and i can see text is displayed on the right corner in 'simple' looknfeel. Howev

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-217005186 does this PR change the export to CSV capability? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-05-04 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-217047637 @felixcheung No, There is still no export to CSV feature --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-820] Reduce websocket c...

2016-05-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/850#issuecomment-217051020 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[GitHub] incubator-zeppelin pull request: CI: debug flaky webapp build

2016-05-04 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/871#issuecomment-217054939 Thanks for review, this is the first step on making webapp build more stable. Merging if there is no more discussion. Will keep JIRA open for some time, in c

[GitHub] incubator-zeppelin pull request: CI: debug flaky webapp build

2016-05-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/871 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: Zeppelin configuration getStringV...

2016-05-04 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/873#issuecomment-217056217 Hi @onkarshedge thank you for submitting a fix! In case of fixing a bug in any code, first thing to do is to try adding some kind of (unit-)test to the e

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-599]notebook search sho...

2016-05-04 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/859#issuecomment-217057001 @ravicodder thank you for prompt responce! Looks great to me, modulo style nitpicks above. Let's merge as soon as those are addressed! --- If your proj

Re: Re: Proposed Resolution: Establish Apache Zeppelin TLP

2016-05-04 Thread Konstantin Boudnik
On Wed, May 04, 2016 at 05:57PM, moon soo Lee wrote: > Then, would it be fine to just send exactly the same email (except for the > paragraph) to board@ ? I believe this is what I said, yes. > Regarding wiki, in Zeppelin wiki page, we have draft "Board resolution > (DRAFT) for the graduation >

[GitHub] incubator-zeppelin pull request: Zeppelin configuration getStringV...

2016-05-04 Thread onkarshedge
Github user onkarshedge commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/873#issuecomment-217082413 @bzz so shall I send another pull request with the test case in ZeppelinConfigurationTest.java or in this PR itself ? --- If your project is set up for

kylin interpreter

2016-05-04 Thread Tao Li(Internship)
Hi, The results queried from kylin can be further processed? Can you give me some guidance? Best regards, Tao Li ???(?