GitHub user rajkrrsingh opened a pull request:
https://github.com/apache/hive/pull/400
HIVE-20172: StatsUpdater failed with GSS Exception while trying to coâ¦
since metastore client is running in HMS so there is no need to connect to
remote URI, so a part of this PR I will be updating the metastore URI so that
it connects in embedded mode.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajkrrsingh/hive HIVE-20172
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/400.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #400
----
commit 3efc2d9ba96822101b30c645d746849e772e478c
Author: Rajkumar singh <rajkrrsingh@...>
Date: 2018-07-13T21:17:40Z
HIVE-20172: StatsUpdater failed with GSS Exception while trying to connect
to remote metastore
----
---