zeppelin git commit: ZEPPELIN-2377. Hive Support can not be enabled in spark master

2017-09-07 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 05adf7ee2 -> e51988a94 ZEPPELIN-2377. Hive Support can not be enabled in spark master ### What is this PR for? The root cause is that `org.apache.spark.sql.hive.HiveSessionState` is removed in spark master. I change it to

zeppelin git commit: [ZEPPELIN-2894] Show users in notebook permission using Shiro JDBC

2017-09-07 Thread kun
Repository: zeppelin Updated Branches: refs/heads/master 1e1b95ea1 -> bf7ada0e2 [ZEPPELIN-2894] Show users in notebook permission using Shiro JDBC ### What is this PR for? Show user list/suggestions in the notebook permission form when using Shiro and JDBC Realm. ### What type of PR is it?