[GitHub] zeppelin pull request #2250: [ZEPPELIN-2085] Interpret scala code in paste m...

2017-06-05 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/2250 --- 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

[GitHub] zeppelin pull request #2250: [ZEPPELIN-2085] Interpret scala code in paste m...

2017-06-05 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/2250 [ZEPPELIN-2085] Interpret scala code in paste mode ### What is this PR for? Don't split scala code to lines. Interpreter code becomes more and more complicated because some lines

[GitHub] zeppelin issue #2250: [ZEPPELIN-2085] Interpret scala code in paste mode

2017-06-05 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2250 Please explain what issues I need to fix) --- 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

[GitHub] zeppelin issue #2372: [ZEPPELIN-2581] Shell ansi codes

2017-06-04 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2372 Any other questions? --- 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

[GitHub] zeppelin issue #2372: [ZEPPELIN-2581] Shell ansi codes

2017-05-29 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2372 I am not sure If themes should be shell interpreter feature. Maybe we can provide themes for every interpreter's text output? highlight.js should be used for input, not output. Output

[GitHub] zeppelin pull request #2372: [ZEPPELIN-2581] Shell ansi codes

2017-05-29 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/2372 [ZEPPELIN-2581] Shell ansi codes ### What is this PR for? Support ANSI escape codes for colors in shell interpreter output ### What type of PR is it? [Improvement

[GitHub] zeppelin issue #2250: [ZEPPELIN-2085] Interpret scala code in paste mode

2017-05-18 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2250 Finally done PR and travis is green --- 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

[GitHub] zeppelin pull request #2250: [WIP][ZEPPELIN-2085] Interpret scala code in pa...

2017-04-14 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/2250 [WIP][ZEPPELIN-2085] Interpret scala code in paste mode ### What is this PR for? Don't split scala code to lines. Interpreter code becomes more and more complicated because some lines

[GitHub] zeppelin issue #2039: [MINOR] Use standard java API to interrupt thread

2017-03-02 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2039 `interrupt` just sets `Thread.isInterrupted` flag and does not immediately stop the thread. Then thread can check this flag and decide if it needs to stop. So in fact, termination logic remains

[GitHub] zeppelin issue #2039: [MINOR] Use standard java API to interrupt thread

2017-03-02 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2039 Ping-ping) Do you have other questions? Do you think it's better to proper synchronize `terminate` flag instead? I reviewed code to understand how zeppelin core works and found

[GitHub] zeppelin issue #2039: [MINOR] Use standard java API to interrupt thread

2017-02-20 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/2039 @felixcheung `terminate` flag is shared across several threads and is accessed without any synchronization. And we don't need to implement custom interruption flag because java already has

[GitHub] zeppelin pull request #2039: [MINOR] Use standard java API to interrupt thre...

2017-02-20 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/2039 [MINOR] Use standard java API to interrupt thread ### What is this PR for? Use java `Thread.interrupt` method to stop job progress polling thread. Standard API is: * proper

[GitHub] zeppelin issue #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl

2017-02-17 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1946 @jongyoul sorry for late response! I checked failure. It's related to PR but I don't know how to fix it Build profile uses ``` $ export SCALA_VER="2.11"

[GitHub] zeppelin issue #1911: [ZEPPELIN-1972] Preserve context classloader

2017-02-03 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1911 I tried to wrap with `ClassloaderInterpreter` and it works But I don't like this solution. We force every user of `IgniteInterpreter` to wrap it with `ClassloaderInterpreter`. It's very

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-02-02 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1946 [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl ### What is this PR for? Applies new registration mechanism for R interpreter ### What type of PR is it? [Refactoring

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-02-02 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1946 --- 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

[GitHub] zeppelin issue #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl

2017-02-01 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1946 Rebased on master and ran build. I tried several times: - https://travis-ci.org/apache/zeppelin/builds/197341657 - https://travis-ci.org/apache/zeppelin/builds/197539698

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-02-01 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1946 --- 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

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-02-01 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1946 [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl ### What is this PR for? Applies new registration mechanism for R interpreter ### What type of PR is it? [Refactoring

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-02-01 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1946 [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl ### What is this PR for? Applies new registration mechanism for R interpreter ### What type of PR is it? [Refactoring

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-02-01 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1946 --- 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

[GitHub] zeppelin issue #1944: [HOTFIX][MINOR] Change the scope of httpclient to runt...

2017-01-31 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1944 @Leemoonsoo Could you please provide your dependency:tree output? Surprisingly it's a maven feature. `Test` scope in local pom overrides `compile` scope for transitive dependencies

[GitHub] zeppelin issue #1937: Search for interpreter-settings in several jars in fol...

2017-01-31 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1937 Hello! Are there any other ideas how we can add R interpreter to spark group without touching spark's interpreter-settings.json? --- If your project is set up for it, you can reply

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

2017-01-26 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1949 ``` Tests in error: InterpreterRestApiTest.testRestartInterpreterPerNote:303 NullPointer ``` It's a known bug https://issues.apache.org/jira/browse/ZEPPELIN-1856

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

2017-01-26 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1949 --- 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

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

2017-01-26 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1949 [MINOR] Refactor to modern apis ### What is this PR for? Use modern api to write less and try-with-resources to close file in case of errors ### What type of PR

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

2017-01-26 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1949 @Leemoonsoo Of course! Unfortunately, build log is truncated and I can't find out why it failed --- If your project is set up for it, you can reply to this email and have your reply appear

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

2017-01-26 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1949 [MINOR] Refactor to modern apis ### What is this PR for? Use modern api to write less and try-with-resources to close file in case of errors ### What type of PR

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

2017-01-26 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1949 --- 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

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

2017-01-26 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1949 [MINOR] Refactor to modern apis ### What is this PR for? Use modern api to write less and try-with-resources to close file in case of errors ### What type of PR

[GitHub] zeppelin issue #1944: [HOTFIX][MINOR] Change the scope of httpclient to runt...

2017-01-26 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1944 Hello! I have the same issue I checked dependency:tree output, `org.apache.httpcomponents:httpclient:jar:4.3.6` has `test` scope in `zeppelin-server` module. --- If your project

[GitHub] zeppelin issue #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl

2017-01-25 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1946 Needs this changes: #1937 --- 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

[GitHub] zeppelin pull request #1946: [ZEPPELIN-921] Apply new mechanism to KnitR and...

2017-01-25 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1946 [ZEPPELIN-921] Apply new mechanism to KnitR and RRepl ### What is this PR for? Applies new registration mechanism for R interpreter ### What type of PR is it? [Refactoring

[GitHub] zeppelin issue #1937: Search for interpreter-settings in several jars in fol...

2017-01-24 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1937 @jongyoul currently R interpreter uses static initialization and isn't loaded at all =) I will create pull request with interpreter-settings.json for R interpreter. But it needs this PR

[GitHub] zeppelin issue #1911: [ZEPPELIN-1972] Preserve context classloader

2017-01-24 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1911 Yes, I tried ClassloaderInterpreter but it didn't fix original issue. https://github.com/apache/zeppelin/blob/master/ignite/src/test/java/org/apache/zeppelin/ignite

[GitHub] zeppelin issue #1937: Search for interpreter-settings in several jars in fol...

2017-01-24 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1937 @jongyoul PR for loading several interpreter-setting --- 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

[GitHub] zeppelin issue #1911: [ZEPPELIN-1972] Preserve context classloader

2017-01-23 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1911 @Leemoonsoo @jongyoul thank you! I didn't know about ClassLoaderInterpreter Unfortunately, our tests don't use InterpreterFactory and will use unwrapped Interpreter instance. So It won't

[GitHub] zeppelin issue #1911: [ZEPPELIN-1972] Preserve context classloader

2017-01-19 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1911 @jongyoul I checked SparkInterpreter, it has the same issue with context class loader --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin pull request #1911: [ZEPPELIN-1972] Preserve context classloader

2017-01-18 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1911 [ZEPPELIN-1972] Preserve context classloader ### What is this PR for? `IMain.interpret` changes current thread's context classloader. It may cause different issues and definitely

[GitHub] zeppelin issue #1819: [ZEPPELIN-914] Apply new mechanism to IgniteInterprete...

2016-12-29 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1819 Travis fails with: ``` testBasicIntp(org.apache.zeppelin.spark.PySparkInterpreterTest) Time elapsed: 58.947 sec <<< FAILURE! java.lang.AssertionError:

[GitHub] zeppelin issue #1819: [ZEPPELIN-914] Apply new mechanism to IgniteInterprete...

2016-12-29 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1819 Original pull request #1561 IgniteSqlInterpreterTest is known flaky test: [ZEPPELIN-1738](https://issues.apache.org/jira/browse/ZEPPELIN-1738) --- If your project is set up for it, you

[GitHub] zeppelin issue #1561: [Zeppelin 914]- Apply new mechanism to IgniteInterpret...

2016-12-29 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1561 New pull request #1819 I rebased it on the latest master and fixed failing test --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin pull request #1819: [ZEPPELIN-914] Apply new mechanism to IgniteInt...

2016-12-29 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1819 [ZEPPELIN-914] Apply new mechanism to IgniteInterpreter ### What is this PR for? This handles replacing the registration of interpreter with static block by the interpreter-setting.json file

[GitHub] zeppelin issue #1561: [Zeppelin 914]- Apply new mechanism to IgniteInterpret...

2016-12-28 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1561 Hello! I would like to help with [ZEPPELIN-804](https://issues.apache.org/jira/browse/ZEPPELIN-804) subtasks and make it possible to complete refactoring If you don't mind I

[GitHub] zeppelin issue #1759: [ZEPPELIN-922] New interpreter registration mechanism ...

2016-12-20 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1759 Ping-ping! :-) What should I do to complete pull request? --- 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

[GitHub] zeppelin issue #1782: [ZEPPELIN-1837] Fix possible reason of DepInterpreterT...

2016-12-20 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1782 @bzz @1ambda I attached CI logs Failures are: * `ZeppelinIT.testAngularDisplay:157->AbstractZeppelinIT.waitForText:84 » StaleElementReference` * `AngularElemT

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1782 [ZEPPELIN-1837] Fix possible reason of DepInterpreterTest failure ### What is this PR for? Fix possible reason of DepInterpreterTest failure ### What type of PR is it? [Bug Fix

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1782 --- 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

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1782 --- 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

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1782 [ZEPPELIN-1837] Fix possible reason of DepInterpreterTest failure ### What is this PR for? Fix possible reason of DepInterpreterTest failure ### What type of PR is it? [Bug Fix

[GitHub] zeppelin issue #1782: [ZEPPELIN-1837] Fix possible reason of DepInterpreterT...

2016-12-20 Thread DrIgor
Github user DrIgor commented on the issue: https://github.com/apache/zeppelin/pull/1782 @1ambda yes, of course * https://travis-ci.org/apache/zeppelin/builds/185383249 * https://travis-ci.org/apache/zeppelin/builds/185389810 * https://travis-ci.org/apache/zeppelin

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1782 [ZEPPELIN-1837] Fix possible reason of DepInterpreterTest failure ### What is this PR for? Fix possible reason of DepInterpreterTest failure ### What type of PR is it? [Bug Fix

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1782 --- 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

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
Github user DrIgor closed the pull request at: https://github.com/apache/zeppelin/pull/1782 --- 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

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-20 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1782 [ZEPPELIN-1837] Fix possible reason of DepInterpreterTest failure ### What is this PR for? Fix possible reason of DepInterpreterTest failure ### What type of PR is it? [Bug Fix

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-19 Thread DrIgor
GitHub user DrIgor reopened a pull request: https://github.com/apache/zeppelin/pull/1782 [ZEPPELIN-1837] Fix possible reason of DepInterpreterTest failure ### What is this PR for? Fix possible reason of DepInterpreterTest failure ### What type of PR is it? [Bug Fix

[GitHub] zeppelin pull request #1782: [ZEPPELIN-1837] Fix possible reason of DepInter...

2016-12-19 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1782 [ZEPPELIN-1837] Fix possible reason of DepInterpreterTest failure ### What is this PR for? Fix possible reason of DepInterpreterTest failure ### What type of PR is it? [Bug Fix

[GitHub] zeppelin pull request #1769: [ZEPPELIN-1818] Absolute local repo path in dep...

2016-12-15 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1769 [ZEPPELIN-1818] Absolute local repo path in dependency downloader ### What is this PR for? Allow dependency resolver to use absolute path for local repo ### What type of PR

[GitHub] zeppelin pull request #1759: [ZEPPELIN-922] New interpreter registration mec...

2016-12-14 Thread DrIgor
GitHub user DrIgor opened a pull request: https://github.com/apache/zeppelin/pull/1759 [ZEPPELIN-922] New interpreter registration mechanism for Scalding ### What is this PR for? Applies the new interpreter registration mechanism to Alluxio interpreter. ### What type