Repository: hive
Updated Branches:
  refs/heads/branch-3 cd4491900 -> 4663e50e7


HIVE-20899: Keytab URI for LLAP YARN Service is restrictive to support HDFS 
only (Gour Saha reviewd by Prasanth Jayachandran)


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

Branch: refs/heads/branch-3
Commit: 4663e50e709c1f836acb34841a72f1dfc9f31da9
Parents: cd44919
Author: Gour Saha <[email protected]>
Authored: Mon Nov 12 13:04:21 2018 -0800
Committer: Prasanth Jayachandran <[email protected]>
Committed: Mon Nov 12 13:04:45 2018 -0800

----------------------------------------------------------------------
 llap-server/src/main/resources/package.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/4663e50e/llap-server/src/main/resources/package.py
----------------------------------------------------------------------
diff --git a/llap-server/src/main/resources/package.py 
b/llap-server/src/main/resources/package.py
index 9eb3fd7..c48ff79 100644
--- a/llap-server/src/main/resources/package.py
+++ b/llap-server/src/main/resources/package.py
@@ -130,8 +130,6 @@ def main(args):
                        service_keytab_path += "/" + service_keytab
        else:
                service_keytab_path = service_keytab
-       if service_keytab_path:
-               service_keytab_path = "hdfs:///user/hive/" + service_keytab_path
 
        if not input:
                print "Cannot find input files"

Reply via email to