zeppelin git commit: ZEPPELIN-1866. No meaningful exception for pig interpreter under tez engine

2017-01-04 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master a43815352 -> 1e7c05373 ZEPPELIN-1866. No meaningful exception for pig interpreter under tez engine ### What is this PR for? This PR is to fix the bug that there's no meaningful exception when using tez engine. ### What type of PR is it

zeppelin git commit: [ZEPPELIN-1854] make Per User mode in interpreter setting visible even if there is no role assigned to a user

2017-01-04 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 62a5983a1 -> a43815352 [ZEPPELIN-1854] make Per User mode in interpreter setting visible even if there is no role assigned to a user ### What is this PR for? There can be a case where user may have enabled shiro authentication, but may

zeppelin git commit: [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't work in a note

2017-01-04 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 18fd5481a -> 62a5983a1 [ZEPPELIN-1905] fix: "Clear All Paragraphs" doens't work in a note ### What is this PR for? Fixed **Clear all paragraphs** button in a note (I attached a screenshot) ### Details - `NotebookServer.java` sends the

zeppelin git commit: ZEPPELIN-1851. LazyOpenInterpreter would open interpreter multiple times when open fails

2017-01-04 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master ed5349729 -> 18fd5481a ZEPPELIN-1851. LazyOpenInterpreter would open interpreter multiple times when open fails ### What is this PR for? Change `opened` to be `volatile` as it would be accessed by multiple threads. And check `opened` i

zeppelin git commit: ZEPPELIN-1861 Support custom interpreter.sh script to run interpreter

2017-01-04 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master ae35ec337 -> ed5349729 ZEPPELIN-1861 Support custom interpreter.sh script to run interpreter ### What is this PR for? Supporting custom interpreter.sh for an individual interpreter. Some interpreters doesn't need current complicated int

zeppelin git commit: [MINOR] Fix broken CSS for plain text paragraph result

2017-01-04 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master 9b430de18 -> ae35ec337 [MINOR] Fix broken CSS for plain text paragraph result ### What is this PR for? After #1711 merged, plain text paragraph result CSS is broken now. Originally the text result like below (it's `0.6.2`). The font was

zeppelin git commit: [ZEPPELIN-1789] Make exported data file name more explicit

2017-01-04 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master 4723c88a1 -> 9b430de18 [ZEPPELIN-1789] Make exported data file name more explicit ### What is this PR for? Currently we can download table data set as `.csv` or `.tsv` format in Zeppelin note. But since the exported file name is always

zeppelin git commit: [HOTFIX] fix: DON'T run npm clean in maven clean phase (CI related, Build failure in web)

2017-01-04 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 2b1c6ea3f -> 4723c88a1 [HOTFIX] fix: DON'T run npm clean in maven clean phase (CI related, Build failure in web) ### What is this PR for? maven clean executes `npm run clean` after #1824. but running npm commands requires installing,

zeppelin git commit: [ZEPPELIN-1887] fix: DON'T create new para when run all paragraphs

2017-01-04 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master d9a11a936 -> 2b1c6ea3f [ZEPPELIN-1887] fix: DON'T create new para when run all paragraphs ### What is this PR for? Clicking `Run all paragraphs` adds new paragraph. This is not the intended behavior. ### What type of PR is it? [Bug Fi

zeppelin git commit: [ZEPPELIN-1745] View revisions in non-editable mode

2017-01-04 Thread minalee
Repository: zeppelin Updated Branches: refs/heads/master 70d4ad3b8 -> d9a11a936 [ZEPPELIN-1745] View revisions in non-editable mode ### What is this PR for? This is to make view of revisions non-editable ### What type of PR is it? Improvement ### Todos * [x] - disable action bar buttons * [x