[GitHub] spark pull request #9113: [SPARK-11100][SQL]HiveThriftServer HA issue,HiveTh...

2016-06-05 Thread xiaowangyu
Github user xiaowangyu closed the pull request at: https://github.com/apache/spark/pull/9113 --- 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] spark issue #9113: [SPARK-11100][SQL]HiveThriftServer HA issue,HiveThriftSer...

2016-06-05 Thread xiaowangyu
Github user xiaowangyu commented on the issue: https://github.com/apache/spark/pull/9113 Thanks! I close 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

[GitHub] spark issue #9113: [SPARK-11100][SQL]HiveThriftServer HA issue,HiveThriftSer...

2016-06-04 Thread xiaowangyu
Github user xiaowangyu commented on the issue: https://github.com/apache/spark/pull/9113 @rxin Thanks! I get it. BTW,any component will take the place of the thrift server? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #9113: [SPARK-11100][SQL]HiveThriftServer HA issue,HiveThriftSer...

2016-06-04 Thread xiaowangyu
Github user xiaowangyu commented on the issue: https://github.com/apache/spark/pull/9113 @xiaowangyu the thrift server has gone through a lot of changes lately, and we are not sure whether we'd want to keep the existing thrift server at all because it has a huge amount of technical

[GitHub] spark issue #9113: [SPARK-11100][SQL]HiveThriftServer HA issue,HiveThriftSer...

2016-06-03 Thread xiaowangyu
Github user xiaowangyu commented on the issue: https://github.com/apache/spark/pull/9113 @viper-kun It's random! You can check the code from hive: https://github.com/apache/hive/blob/release-1.2.1/jdbc/src/java/org/apache/hive/jdbc/ZooKeeperHiveClientHelper.java#L53-L93

[GitHub] spark pull request: [SPARK-11100][SQL]HiveThriftServer HA issue,HiveThriftSe...

2016-06-01 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113 @viper-kun It is use zookeeper to choose the active thrift server when you connect by beeline or jdbc. It only happen on the connect time. after connected, if the thrift server

[GitHub] spark pull request: [SPARK-11100][SQL]HiveThriftServer HA issue,Hi...

2016-05-02 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-216191887 Any one can merge this patch? --- 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] spark pull request: [SPARK-11100][SQL] HiveThriftServer not regist...

2015-12-16 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-165116582 Test this issue: 1.Add property to hive-site.xml ``` hive.server2.support.dynamic.service.discovery=true hive.server2.zookeeper.namespace

[GitHub] spark pull request: [SPARK-11100][SQL] HiveThriftServer not regist...

2015-10-15 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-148587223 @liancheng can you help to review this PR? Thanks very much! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: SPARK-11100 HiveThriftServer not registering w...

2015-10-14 Thread xiaowangyu
GitHub user xiaowangyu opened a pull request: https://github.com/apache/spark/pull/9113 SPARK-11100 HiveThriftServer not registering with Zookeeper https://issues.apache.org/jira/browse/SPARK-11100 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: SPARK-11100 HiveThriftServer not registering w...

2015-10-14 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-147989994 Yes,jdbc url like this: jdbc:hive2://zk1,zk2,zk3/default;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=sparkhiveserver2 see:https://issues.apache.org/jira

[GitHub] spark pull request: SPARK-10314 [CORE] RDD persist to OFF_HEAP tac...

2015-10-14 Thread xiaowangyu
Github user xiaowangyu closed the pull request at: https://github.com/apache/spark/pull/8562 --- 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] spark pull request: SPARK-11100 HiveThriftServer not registering w...

2015-10-14 Thread xiaowangyu
Github user xiaowangyu commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-148273396 Yes,My test is OK. --- 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