incubator-zeppelin git commit: [Hot Fix] Fix flaky ZeppelinIT build

2016-06-03 Thread prabhjyotsingh
Repository: incubator-zeppelin Updated Branches: refs/heads/master 9c33b7e21 -> 09bc8a36a [Hot Fix] Fix flaky ZeppelinIT build ### What is this PR for? Most of the builds are failing for ZeppelinIT at testSparkInterpreterDependencyLoading:243, as the previous line's

incubator-zeppelin git commit: [ZEPPELIN-941] jsoup NoSuchMethodError in ZeppelinRDisplay.scala

2016-06-03 Thread moon
Repository: incubator-zeppelin Updated Branches: refs/heads/master d39b8dba3 -> 9c33b7e21 [ZEPPELIN-941] jsoup NoSuchMethodError in ZeppelinRDisplay.scala ### What is this PR for? Since version 1.8.2 of jsoup, org.jsoup.select.Elements class no longer has "get(int index)" method. It

incubator-zeppelin git commit: Remove unnedeed commons-exec declaration in scope test [ZEPPELIN-904]

2016-06-03 Thread moon
Repository: incubator-zeppelin Updated Branches: refs/heads/master c4170b543 -> d39b8dba3 Remove unnedeed commons-exec declaration in scope test [ZEPPELIN-904] ### What is this PR for? zeppelin-server should simply rely on transitive commons-exec from zeppelin-interpreter. ### What type of

incubator-zeppelin git commit: ZEPPELIN-930 ] fix width and not close li tag in searchbar

2016-06-03 Thread moon
Repository: incubator-zeppelin Updated Branches: refs/heads/master afb1214c2 -> c4170b543 ZEPPELIN-930 ] fix width and not close li tag in searchbar ### What is this PR for? closed li tag. and Add a tooltip, and reduced the size of the horizontal search bar. ### What type of PR is it? Bug

incubator-zeppelin git commit: [ZEPPELIN-926] Set maxClassfileName to 128

2016-06-03 Thread moon
Repository: incubator-zeppelin Updated Branches: refs/heads/master bdc78da0e -> afb1214c2 [ZEPPELIN-926] Set maxClassfileName to 128 ### What is this PR for? set scala Settings.numClassFileSetting to 128 to prevent "Getting 'File name too long'" error. See