[GitHub] zeppelin pull request #1287: [Optimization] Code editor key binding event op...

2016-08-04 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1287 [Optimization] Code editor key binding event optimization. ### What is this PR for? zeppelin custom key binding event optimization for Ace Code editor ### What type of PR is it

[GitHub] zeppelin pull request #1287: [Optimization] Code editor key binding event op...

2016-08-04 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1287 --- 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 featur

[GitHub] zeppelin issue #1283: Buffer append output results + fix extra incorrect res...

2016-08-04 Thread beriaanirudh
Github user beriaanirudh commented on the issue: https://github.com/apache/zeppelin/pull/1283 It is easier to handle the twice output on the javascript side, so I have added the check in file `paragraph.controller.js`. The browser would not let results to be appended if the paragraph

[GitHub] zeppelin pull request #1282: [WIP][HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 f...

2016-08-04 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/1282 --- 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

[GitHub] zeppelin pull request #1288: [WIP]Fix the CI

2016-08-04 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/1288 [WIP]Fix the CI ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://github.com/apa

[GitHub] zeppelin pull request #1281: [ZEPPELIN-1290] Refactor Navbar Controller

2016-08-04 Thread corneadoug
GitHub user corneadoug reopened a pull request: https://github.com/apache/zeppelin/pull/1281 [ZEPPELIN-1290] Refactor Navbar Controller ### What is this PR for? This is a small refactoring to keep this Controller following the [ControllerAs with vm](https://github.com/johnpapa/

[GitHub] zeppelin pull request #1281: [ZEPPELIN-1290] Refactor Navbar Controller

2016-08-04 Thread corneadoug
Github user corneadoug closed the pull request at: https://github.com/apache/zeppelin/pull/1281 --- 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 #1281: [ZEPPELIN-1290] Refactor Navbar Controller

2016-08-04 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1281 Re-trigger CI --- 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, o

[GitHub] zeppelin issue #1285: Cache zeppelin-web/node_modules on travis ci and see i...

2016-08-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1285 @jongyoul Thanks for taking a look. I can see now travis caches zeppelin-web/node_modules directory in the last commit in this PR. If it is worth, let's merge it into master. ---

[GitHub] zeppelin pull request #1251: [ZEPPELIN-1256][BUILD] Build distribution packa...

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1251 --- 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 #1284: Tagging meta value on interpreter completion.

2016-08-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1284 @astroshim Thank you for the prompt 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 featu

[GitHub] zeppelin issue #1286: [ZEPPELIN-1294] Implement one-way sync for notebook re...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1286 @khalidhuseynov Could you please take a look into it? Code implementation is simple but we need to confirm the concept actually. --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin issue #1287: [Optimization] Code editor key binding event optimizat...

2016-08-04 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1287 Bug fixes completed. I will wait for the reviews. --- 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

[GitHub] zeppelin issue #1284: Tagging meta value on interpreter completion.

2016-08-04 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1284 @AhyoungRyu I fixed. Please review. :) --- 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 #1283: Buffer append output results + fix extra incorrect res...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1283 There're some `Thread.sleep(1000)` in your tests. In general, it would be nice and never be a blocker. It, however, occurs build error if CI become extremely slow. It also become a flaky test. Do

[GitHub] zeppelin issue #1251: [ZEPPELIN-1256][BUILD] Build distribution package with...

2016-08-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1251 Merge if there is no further discussion --- 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 #1283: Buffer append output results + fix extra incorrect res...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1283 I think you'd better use `ScheduledExecutorService` by running separate thread because `AppendOutputRunner` always execute `while(true)` in your current implementation. --- If your project is s

[GitHub] zeppelin issue #1287: [Optimization] Code editor key binding event optimizat...

2016-08-04 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1287 Sorry, i found bug. --- 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 wish

[GitHub] zeppelin pull request #1287: [Optimization] Code editor key binding event op...

2016-08-04 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/1287 [Optimization] Code editor key binding event optimization. ### What is this PR for? zeppelin custom key binding event optimization for Ace Code editor ### What type of PR is it?

[GitHub] zeppelin issue #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on mast...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1282 @bzz @Leemoonsoo try to fix zeppelin-web issues. How about adding `cat ...` in that PR? #1285 --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] zeppelin issue #1285: Cache zeppelin-web/node_modules on travis ci and see i...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1285 I like it. --- 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

[GitHub] zeppelin pull request #1273: [Zeppelin-1276] Fix Notebook Title Input

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1273 --- 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 #1229: [BugFix] Show checkbox for "Connect to existing proces...

2016-08-04 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1229 Merging if there is 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 your project does not have this featur

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails ...

2016-08-04 Thread jongyoul
GitHub user jongyoul reopened a pull request: https://github.com/apache/zeppelin/pull/1282 [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on master & all PRs ### What is this PR for? Making CI green with spark 1.6 ### What type of PR is it? [Bug Fix | Hot Fix]

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails ...

2016-08-04 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/1282 --- 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

[GitHub] zeppelin issue #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on mast...

2016-08-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1282 Let's merge it --- 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 #1251: [ZEPPELIN-1256][BUILD] Build distribution package with...

2016-08-04 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1251 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 feature enabled and wishes so, or if

[GitHub] zeppelin pull request #1258: [ ZEPPELIN-1266 ] Code editor Optimization

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1258 --- 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 #1275: Small refactoring of Python interpreter

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1275 --- 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 #1263: Small cleanup of zeppelin-server tests

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1263 --- 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 #1251: [ZEPPELIN-1256][BUILD] Build distribution package with...

2016-08-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1251 I made some changes in maven profile activation rule in ff034c6 and updated description. Can someone review this? --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin issue #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on mast...

2016-08-04 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1282 All build failures are in zeppelin-web, while NPM dependency installation ``` INFO] bower@1.7.2 node_modules/bower [INFO] └── semver-utils@1.1.1 [ERROR] npm ERR

[jira] [Created] (ZEPPELIN-1295) ImportError: No module named pandas

2016-08-04 Thread Jayant Raj (JIRA)
Jayant Raj created ZEPPELIN-1295: Summary: ImportError: No module named pandas Key: ZEPPELIN-1295 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1295 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #1258: [ ZEPPELIN-1266 ] Code editor Optimization

2016-08-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1258 Merge if there is no further discussion --- 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 #1248: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-08-04 Thread mwkang
Github user mwkang commented on the issue: https://github.com/apache/zeppelin/pull/1248 @bzz I changed StringUtils is static import. Can you check the code? --- 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 pull request #1286: [ZEPPELIN-1294] Implement one-way sync for note...

2016-08-04 Thread jasonxh
GitHub user jasonxh opened a pull request: https://github.com/apache/zeppelin/pull/1286 [ZEPPELIN-1294] Implement one-way sync for notebook repos ### What is this PR for? Currently, if there are two notebook storages configured, the sync process treats them equally and can pull

[jira] [Created] (ZEPPELIN-1294) Add support for one-way sync across notebook storages

2016-08-04 Thread Hao Xia (JIRA)
Hao Xia created ZEPPELIN-1294: - Summary: Add support for one-way sync across notebook storages Key: ZEPPELIN-1294 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1294 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-1293) Livy Interpreter: Automatically attach or create to a new session

2016-08-04 Thread Vinay Shukla (JIRA)
Vinay Shukla created ZEPPELIN-1293: -- Summary: Livy Interpreter: Automatically attach or create to a new session Key: ZEPPELIN-1293 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1293 Project: Ze

[GitHub] zeppelin issue #1262: [ZEPPELIN-1268]

2016-08-04 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1262 @jongyoul Added the unit test and updated docs.Also reverted the UI code.Could you please check them? --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] zeppelin pull request #1285: Cache zeppelin-web/node_modules on travis ci an...

2016-08-04 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1285 Cache zeppelin-web/node_modules on travis ci and see if it reduces CI failure on npm install ### What is this PR for? Recently CI build fails a lot on npm install on building zeppelin-web

[GitHub] zeppelin pull request #1284: Tagging meta value on interpreter completion.

2016-08-04 Thread astroshim
GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/1284 Tagging meta value on interpreter completion. ### What is this PR for? This PR is for showing the meta tag on auto completion. ### What type of PR is it? Improvement

[GitHub] zeppelin pull request #1283: Buffer append output results + fix extra incorr...

2016-08-04 Thread beriaanirudh
GitHub user beriaanirudh opened a pull request: https://github.com/apache/zeppelin/pull/1283 Buffer append output results + fix extra incorrect results ### What is this PR for? On a paragraph run, for every line of output, there is a broadcast of the new line from zeppelin. In c

[jira] [Created] (ZEPPELIN-1292) Events for appending output to paragraph results making browser hung.

2016-08-04 Thread Anirudh Beria (JIRA)
Anirudh Beria created ZEPPELIN-1292: --- Summary: Events for appending output to paragraph results making browser hung. Key: ZEPPELIN-1292 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1292 Proje

[GitHub] zeppelin pull request #1274: [HOTFIX][ZEPPELIN-1240] Part 2. Removed interpr...

2016-08-04 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/1274 --- 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

[GitHub] zeppelin issue #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on mast...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1282 The third. https://s3.amazonaws.com/archive.travis-ci.org/jobs/149722781/log.txt --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] zeppelin issue #1257: [Zeppelin-945] Interpreter authorization

2016-08-04 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1257 @prabhjyotsingh Great. Thank you for giving me the guidance. --- 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

[GitHub] zeppelin issue #1278: ZEPPELIN-1287. No need to call print to display output...

2016-08-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1278 \\cc @bzz @Leemoonsoo ready for review, not sure whether the test fail is relevant. CI is very unstable recently, we might need to fix it asap :smiley:. --- If your project is set up for it, yo

[GitHub] zeppelin issue #1257: [Zeppelin-945] Interpreter authorization

2016-08-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1257 @astroshim A lot of these complications is already reduced with https://github.com/apache/zeppelin/pull/1236 (which is already avail in master), take a look at it. --- If your project is

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails ...

2016-08-04 Thread jongyoul
GitHub user jongyoul reopened a pull request: https://github.com/apache/zeppelin/pull/1282 [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on master & all PRs ### What is this PR for? Making CI green with spark 1.6 ### What type of PR is it? [Bug Fix | Hot Fix]

[GitHub] zeppelin issue #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on mast...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1282 But the second trial fails. https://s3.amazonaws.com/archive.travis-ci.org/jobs/149707456/log.txt --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails ...

2016-08-04 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/1282 --- 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

[GitHub] zeppelin issue #1189: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ...

2016-08-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1189 \\cc @Leemoonsoo Ready for review. --- 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 issue #1257: [Zeppelin-945] Interpreter authorization

2016-08-04 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1257 Thank you for detail review @bzz and @felizbear I'll fix the codes. --- 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] zeppelin issue #1280: [ZEPPELIN-1289] Update the default value of 'spark.exe...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1280 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 feature enabled and wishes so, or if the fe

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails ...

2016-08-04 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/1282 --- 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

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails ...

2016-08-04 Thread jongyoul
GitHub user jongyoul reopened a pull request: https://github.com/apache/zeppelin/pull/1282 [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on master & all PRs ### What is this PR for? Making CI green with spark 1.6 ### What type of PR is it? [Bug Fix | Hot Fix]

[GitHub] zeppelin issue #1282: [HOTFIX][ZEPPELIN-1286] CI for Spark 1.6 fails on mast...

2016-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1282 Error occurs while building zeppelin-web. Building spark seems to be successful but I'll re-trigger it so that CI makes green --- If your project is set up for it, you can reply to this email an

[GitHub] zeppelin pull request #1282: [HOTFIX][ZEPPEIN-1286] CI for Spark 1.6 fails o...

2016-08-04 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/1282 [HOTFIX][ZEPPEIN-1286] CI for Spark 1.6 fails on master & all PRs ### What is this PR for? Making CI green with spark 1.6 ### What type of PR is it? [Bug Fix | Hot Fix]

[GitHub] zeppelin issue #1251: [ZEPPELIN-1256][BUILD] Build distribution package with...

2016-08-04 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1251 Looks great to me! Thank you @minahlee --- 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 #1260: ZEPPELIN-1267. PySparkInterpreter doesn't work ...

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1260 --- 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 #1229: [BugFix] Show checkbox for "Connect to existing proces...

2016-08-04 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1229 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 feature enabled and wishes so, or if the

[GitHub] zeppelin pull request #1281: [ZEPPELIN-1290] Refactor Navbar Controller

2016-08-04 Thread corneadoug
GitHub user corneadoug opened a pull request: https://github.com/apache/zeppelin/pull/1281 [ZEPPELIN-1290] Refactor Navbar Controller ### What is this PR for? This is a small refactoring to keep this Controller following the [ControllerAs with vm](https://github.com/johnpapa/an

[GitHub] zeppelin issue #1260: ZEPPELIN-1267. PySparkInterpreter doesn't work in spar...

2016-08-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1260 @zjffdu thank you for quick response, I was able to reproduce it and tested this patch fixes the issue! Merge if there is no further discussion --- If your project is set up for it, you can

[jira] [Created] (ZEPPELIN-1291) Tagging meta value on interpreter completion.

2016-08-04 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1291: Summary: Tagging meta value on interpreter completion. Key: ZEPPELIN-1291 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1291 Project: Zeppelin

[GitHub] zeppelin issue #1280: [ZEPPELIN-1289] Update the default value of 'spark.exe...

2016-08-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1280 @sarutak Thanks for your contribution! I checked both Spark 1.4.1 and 1.5.0 docs - [http://spark.apache.org/docs/1.4.1/configuration.html#application-properties](http://spark.apac

[jira] [Created] (ZEPPELIN-1290) Refactor Navbar Controller to keep the controllerAs with vm structure

2016-08-04 Thread CORNEAU Damien (JIRA)
CORNEAU Damien created ZEPPELIN-1290: Summary: Refactor Navbar Controller to keep the controllerAs with vm structure Key: ZEPPELIN-1290 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1290 Pro

[GitHub] zeppelin issue #1260: ZEPPELIN-1267. PySparkInterpreter doesn't work in spar...

2016-08-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1260 I also use the latest master and build zeppelin with this command: ```mvn clean package -Pspark-2.0 -Ppyspark -Psparkr -DskipTests ```, and then export `SPARK_HOME` to where spark-2.0 is loc

[GitHub] zeppelin issue #1260: ZEPPELIN-1267. PySparkInterpreter doesn't work in spar...

2016-08-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1260 @zjffdu I tried current master branch with master set to local[*], Spark standalone and yarn-client both with/without `SPARK_HOME` set. But somehow I was able to run pyspark interpreter without t

[GitHub] zeppelin issue #989: Added ipfsnotebookrepo [ Zeppelin-683 WIP ]

2016-08-04 Thread onkarshedge
Github user onkarshedge commented on the issue: https://github.com/apache/zeppelin/pull/989 @bzz To import the note by hash url . I will have to use [javascript-api](https://github.com/ipfs/js-ipfs-api) in this [notenameImport.controller.js](https://github.com/apache/zeppelin/blob/mas

[GitHub] zeppelin issue #1279: [ZEPPELIN-1288] Use new Spark logo in the document.

2016-08-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1279 @sarutak Thanks for taking care of this. Looks good! --- 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 ha

[GitHub] zeppelin pull request #1280: [ZEPPELIN-1289] Update the default value of 'sp...

2016-08-04 Thread sarutak
GitHub user sarutak opened a pull request: https://github.com/apache/zeppelin/pull/1280 [ZEPPELIN-1289] Update the default value of 'spark.executor.memory' property ### What is this PR for? As of Spark 1.5.0, the default value of 'spark.executor.memory' is 1g, not 512m so let's

[jira] [Created] (ZEPPELIN-1289) Update the default value of 'spark.executor.memory' property

2016-08-04 Thread Kousuke Saruta (JIRA)
Kousuke Saruta created ZEPPELIN-1289: Summary: Update the default value of 'spark.executor.memory' property Key: ZEPPELIN-1289 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1289 Project: Zep