You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by go...@apache.org on 2018/04/16 17:08:31 UTC

hive git commit: HIVE-19038: LLAP: Service loader throws Provider not found exception if hive-llap-server is in class path while loading tokens (Arun Mahadevan, via Gopal Vijayaraghavan)

Repository: hive
Updated Branches:
  refs/heads/master 996db32ba -> 1e9f3d77c


HIVE-19038: LLAP: Service loader throws Provider not found exception if hive-llap-server is in class path while loading tokens (Arun Mahadevan, via Gopal Vijayaraghavan)

Signed-off-by: Gopal V <go...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/1e9f3d77
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/1e9f3d77
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/1e9f3d77

Branch: refs/heads/master
Commit: 1e9f3d77cf814870ce5160904a5cee58a634e3b9
Parents: 996db32
Author: Arun Mahadevan <ai...@hortonworks.com>
Authored: Mon Apr 16 10:08:16 2018 -0700
Committer: Gopal V <go...@apache.org>
Committed: Mon Apr 16 10:08:16 2018 -0700

----------------------------------------------------------------------
 .../services/org.apache.hadoop.security.token.TokenRenewer         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/1e9f3d77/llap-server/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
----------------------------------------------------------------------
diff --git a/llap-server/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer b/llap-server/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
index e80ac41..c3215a9 100644
--- a/llap-server/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
+++ b/llap-server/src/main/resources/META-INF/services/org.apache.hadoop.security.token.TokenRenewer
@@ -11,4 +11,4 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 #
-org.apache.hadoop.hive.llap.security.LlapTokenIdentifier.Renewer
+org.apache.hadoop.hive.llap.security.LlapTokenIdentifier$Renewer