[GitHub] zeppelin issue #1955: [ZEPPELIN-2025] Cleanup R Tutorial

2017-01-27 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1955 Seems like layout depends on the screen size because editor line at different point. I am using 13 inch laptop, and this is what I see: ![jan-28-2017 16-24-33](https://cloud.githubusercon

[GitHub] zeppelin issue #1950: ZEPPELIN-2015 Improve parsing logic of livy sql output

2017-01-27 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1950 merged to master and branch-0.7 --- 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 enabl

[GitHub] zeppelin pull request #1950: ZEPPELIN-2015 Improve parsing logic of livy sql...

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1950 --- 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 feature is e

[GitHub] zeppelin pull request #1942: [ZEPPELIN-1982] When using the 'Select * ...' s...

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1942 --- 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 feature is e

[GitHub] zeppelin pull request #1955: [ZEPPELIN-2025] Cleanup R Tutorial

2017-01-27 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1955 [ZEPPELIN-2025] Cleanup R Tutorial ### What is this PR for? 1. Remove useless paragraphs in R tutorial 2. Prettify layout I attached screenshots for comparison. See the screen

[jira] [Created] (ZEPPELIN-2025) Clean R Tutorial

2017-01-27 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2025: --- Summary: Clean R Tutorial Key: ZEPPELIN-2025 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2025 Project: Zeppelin Issue Type: Improvement Rep

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1663 The behavior from GIF is, When spark job is run in `%spark` paragraph, runtime info is displayed correctly. After that, if the same paragraph is reused for other interpreter (e.g.

[GitHub] zeppelin pull request #1924: [Pyspark] checking nhooks count.

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1924 --- 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 feature is e

[GitHub] zeppelin issue #1936: [ZEPPELIN-2004] List all helium packages in Zeppelin G...

2017-01-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1936 Thanks @AhyoungRyu for review. Merge to master if there're no further discussions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] zeppelin issue #1804: [ZEPPELIN-1578] notes list in customizing zeppelin hom...

2017-01-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1804 @soralee Tested the last commit. but empty screen is displayed when i set `ZEPPELIN_NOTEBOOK_HOMESCREEN`. Could you check? --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin issue #1902: [ZEPPELIN-1821] Add HTTP client to elasticsearch inter...

2017-01-27 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1902 Works well as described. - tested on elasticsearch 2.4.4 (transport, http) and 5.0.0 (http only) - code looks nice. well abstracted client classes is shipped with some tests. t

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-27 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Test failures seem unrelated `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project zeppelin-python: Execution default-test of go

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-27 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Thanks @Leemoonsoo for reviewing. I have rebased my the PR and resolved conflicts. Also didnt get the behaviour from the GIF, can u please explain. If its a simple change , I can fix

[GitHub] zeppelin issue #1804: [ZEPPELIN-1578] notes list in customizing zeppelin hom...

2017-01-27 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1804 Thanks @Leemoonsoo for review this! Yeah, it's make sense! I just updated filename, screenshot, description for this PR as well. --- If your project is set up for it, you can reply to this em

[GitHub] zeppelin pull request #1954: [ZEPPELIN-525] Test failing in zeppelin-interpr...

2017-01-27 Thread AlexanderShoshin
Github user AlexanderShoshin closed the pull request at: https://github.com/apache/zeppelin/pull/1954 --- 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 fe

[GitHub] zeppelin pull request #1954: [ZEPPELIN-525] Test failing in zeppelin-interpr...

2017-01-27 Thread AlexanderShoshin
GitHub user AlexanderShoshin reopened a pull request: https://github.com/apache/zeppelin/pull/1954 [ZEPPELIN-525] Test failing in zeppelin-interpreter `RemoteSchedulerTest.test` was fall when CPU switched `RemoteScheduler` execution (which executes a job in a separate thread) back t

[GitHub] zeppelin pull request #1954: [ZEPPELIN-525] Test failing in zeppelin-interpr...

2017-01-27 Thread AlexanderShoshin
GitHub user AlexanderShoshin opened a pull request: https://github.com/apache/zeppelin/pull/1954 [ZEPPELIN-525] Test failing in zeppelin-interpreter `RemoteSchedulerTest.test` was fall when CPU switched `RemoteScheduler` execution (which executes a job in a separate thread) back to

[GitHub] zeppelin issue #1936: [ZEPPELIN-2004] List all helium packages in Zeppelin G...

2017-01-27 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1936 Looks great! --- 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

[GitHub] zeppelin issue #1949: [MINOR] Refactor to modern apis

2017-01-27 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1949 LGTM and merge to master if no more comment. --- 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 f

[GitHub] zeppelin issue #1924: [Pyspark] checking nhooks count.

2017-01-27 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1924 @Leemoonsoo I just create JIRA issue that is https://issues.apache.org/jira/browse/ZEPPELIN-2024. Thanks. --- If your project is set up for it, you can reply to this email and have your rep

[jira] [Created] (ZEPPELIN-2024) checking nhooks count on pyspark interpreter

2017-01-27 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-2024: Summary: checking nhooks count on pyspark interpreter Key: ZEPPELIN-2024 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2024 Project: Zeppelin I

[GitHub] zeppelin pull request #1953: User Impersonation fails on setting hive_conf_l...

2017-01-27 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/1953 User Impersonation fails on setting hive_conf_list in hive interpreter (JDBC) ### What is this PR for? This is how a sample `jdbc:hive2://:,:/dbName;initFile=;sess_var_list?hive_conf_

[jira] [Created] (ZEPPELIN-2023) User Impersonation fails on setting hive_conf_list in hive interpreter (JDBC)

2017-01-27 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-2023: - Summary: User Impersonation fails on setting hive_conf_list in hive interpreter (JDBC) Key: ZEPPELIN-2023 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2023