[ 
https://issues.apache.org/jira/browse/HIVE-22267?focusedWorklogId=323217&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-323217
 ]

ASF GitHub Bot logged work on HIVE-22267:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Oct/19 06:15
            Start Date: 04/Oct/19 06:15
    Worklog Time Spent: 10m 
      Work Description: maheshk114 commented on pull request #793: HIVE-22267 : 
Support password based authentication for HMS along-side kerberos 
authentication.
URL: https://github.com/apache/hive/pull/793#discussion_r331014847
 
 

 ##########
 File path: 
itests/hive-minikdc/src/test/java/org/apache/hive/minikdc/RemoteHiveMetaStoreDualAuthTest.java
 ##########
 @@ -0,0 +1,64 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.hive.minikdc;
+
+import org.apache.hadoop.conf.Configuration;
+import org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore;
+import org.apache.hadoop.hive.metastore.conf.MetastoreConf;
+import org.apache.hadoop.hive.metastore.conf.MetastoreConf.ConfVars;
+import org.junit.Before;
+
+public class RemoteHiveMetaStoreDualAuthTest extends TestRemoteHiveMetaStore {
+  // These names are tied with the .jceks file used by the subclasses. So, do 
not change those.
 
 Review comment:
   you can create a jck file programmatically using CredentialProviderFactory.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 323217)
    Time Spent: 20m  (was: 10m)

> Support password based authentication in HMS
> --------------------------------------------
>
>                 Key: HIVE-22267
>                 URL: https://issues.apache.org/jira/browse/HIVE-22267
>             Project: Hive
>          Issue Type: New Feature
>            Reporter: Ashutosh Bapat
>            Assignee: Ashutosh Bapat
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22267.00.patch, HIVE-22267.01.patch, 
> HIVE-22267.02.patch, HIVE-22267.03.patch, HIVE-22267.04.patch, 
> HIVE-22267.05.patch, HIVE-22267.06.patch, HIVE-22267.07.patch, 
> HIVE-22267.08.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Similar to HS2, support password based authentication in HMS.
> Right now we provide LDAP and CONFIG based options. The later allows to set 
> user and password in config and is used only for testing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to