[GitHub] zeppelin pull request #3062: ZEPPELIN-3604. Remove threshold in log4j.proper...

2018-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3062 ---

[jira] [Created] (ZEPPELIN-3606) Reduce verbose InterpreterNotFoundException for getEdtiorSetting

2018-07-10 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3606: Summary: Reduce verbose InterpreterNotFoundException for getEdtiorSetting Key: ZEPPELIN-3606 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3606 Project:

[jira] [Created] (ZEPPELIN-3605) Extract cron-related code to another class from `Notebook`

2018-07-10 Thread Jongyoul Lee (JIRA)
Jongyoul Lee created ZEPPELIN-3605: -- Summary: Extract cron-related code to another class from `Notebook` Key: ZEPPELIN-3605 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3605 Project: Zeppelin

[GitHub] zeppelin issue #3060: [WIP][ZEPPELIN-3600] Change logger level dynamically

2018-07-10 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3060 Will merge if there's no discussion https://travis-ci.org/jongyoul/zeppelin/builds/402472726 ---

[GitHub] zeppelin issue #3057: [ZEPPELIN 3582] Add type data to result of query from ...

2018-07-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3057 This is nice feature, could we also pass this kind of meta info to frontend ? so that frontend can display the data more intelligently. ---

[GitHub] zeppelin pull request #3062: ZEPPELIN-3604. Remove threshold in log4j.proper...

2018-07-10 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3062 ZEPPELIN-3604. Remove threshold in log4j.properties ### What is this PR for? Trivial PR to remove threshold in log4j.properties ### What type of PR is it? [Improvement]

[GitHub] zeppelin pull request #3061: ZEPELIN-3586. Use hadoop 2.7.3 for embedded spa...

2018-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3061 ---

[GitHub] zeppelin pull request #3000: [ZEPPELIN-3467] two-step, atomic configuration ...

2018-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3000 ---

[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-07-10 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3000 Cleaning the cache helped. Thanks for the hint @zjffdu All green now @jongyoul ---

[jira] [Created] (ZEPPELIN-3604) Remove threshold in log4j.properties

2018-07-10 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3604: Summary: Remove threshold in log4j.properties Key: ZEPPELIN-3604 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3604 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #3061: ZEPELIN-3586. Use hadoop 2.7.3 for embedded spark

2018-07-10 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/3061 LGTM ---

[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-07-10 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3000 @sanjaydasgupta If you see the following error in travis build. Please clean travis cache first, then retrigger the build. ``` [ERROR] error: error while loading , error in opening

[GitHub] zeppelin issue #3027: [ZEPPELIN-2605] Import notebook has 1MB size limit but...

2018-07-10 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3027 ping @jongyoul ---

[GitHub] zeppelin issue #3000: [ZEPPELIN-3467] two-step, atomic configuration file

2018-07-10 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/3000 Hi @jongyoul one test is still red. I have restarted it 3 times, but it has failed with the same result each time. Please let me know if there is anything else to try. ---

[jira] [Created] (ZEPPELIN-3603) updating interpreters settings through API deletes properties

2018-07-10 Thread David (JIRA)
David created ZEPPELIN-3603: --- Summary: updating interpreters settings through API deletes properties Key: ZEPPELIN-3603 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3603 Project: Zeppelin

[GitHub] zeppelin pull request #3053: [ZEPPELIN-3583] Add function getNoteName() in I...

2018-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3053 ---

[GitHub] zeppelin pull request #3061: ZEPELIN-3586. Use hadoop 2.7.3 for embedded spa...

2018-07-10 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3061 ZEPELIN-3586. Use hadoop 2.7.3 for embedded spark ### What is this PR for? Simple PR to use hadoop 2.7.3 for the embedded spark, otherwise user will hit weird issue if they read csv file or

[jira] [Created] (ZEPPELIN-3602) Put defaultInterpreterGroup into note.json

2018-07-10 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3602: Summary: Put defaultInterpreterGroup into note.json Key: ZEPPELIN-3602 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3602 Project: Zeppelin Issue

[GitHub] zeppelin issue #3059: ZEPPELIN-3595. Remove interpreter binding in backend

2018-07-10 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3059 Five hundred lines' difficult and sophisticated code will be removed. :-) ---

[GitHub] zeppelin issue #2720: Update shiro_authentication.md

2018-07-10 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2720 I've found CAS was deprecated from Shiro as well. I'd like to close this PR without any update. ---

[GitHub] zeppelin pull request #3060: [WIP][ZEPPELIN-3600] Change logger level dynami...

2018-07-10 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3060 [WIP][ZEPPELIN-3600] Change logger level dynamically ### What is this PR for? Enabling users to change the level of a specific logger to investigate Zeppelin server's status.