[GitHub] [griffin] chitralverma commented on a change in pull request #594: upgrade and bug fix.

2022-02-09 Thread GitBox


chitralverma commented on a change in pull request #594:
URL: https://github.com/apache/griffin/pull/594#discussion_r803275500



##
File path: service/pom.xml
##
@@ -32,8 +32,8 @@ under the License.
 Apache Griffin :: Web Service
 
 
-2.7.1
-2.2.0
+3.0.0-cdh6.3.2
+2.1.1-cdh6.3.2

Review comment:
   I agree




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@griffin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [griffin] wankunde commented on a change in pull request #594: upgrade and bug fix.

2022-02-09 Thread GitBox


wankunde commented on a change in pull request #594:
URL: https://github.com/apache/griffin/pull/594#discussion_r803218851



##
File path: service/pom.xml
##
@@ -32,8 +32,8 @@ under the License.
 Apache Griffin :: Web Service
 
 
-2.7.1
-2.2.0
+3.0.0-cdh6.3.2
+2.1.1-cdh6.3.2

Review comment:
   I think apache version is better?  @guoyuepeng @chitralverma  WDYT 




-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@griffin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Work logged] (GRIFFIN-363) Hive kerberos for Griffin error

2022-02-09 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-363?focusedWorklogId=724205=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724205
 ]

ASF GitHub Bot logged work on GRIFFIN-363:
--

Author: ASF GitHub Bot
Created on: 10/Feb/22 00:59
Start Date: 10/Feb/22 00:59
Worklog Time Spent: 10m 
  Work Description: wankunde commented on pull request #599:
URL: https://github.com/apache/griffin/pull/599#issuecomment-1034371536


   LGTM.
   
   @chitralverma WDYT?


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@griffin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 724205)
Remaining Estimate: 20h 20m  (was: 20.5h)
Time Spent: 3h 40m  (was: 3.5h)

> Hive kerberos for Griffin error
> ---
>
> Key: GRIFFIN-363
> URL: https://issues.apache.org/jira/browse/GRIFFIN-363
> Project: Griffin
>  Issue Type: Bug
>  Components: Service Module
>Affects Versions: 0.6.0
> Environment: CentOS 7 
>Reporter: MenghuiWan
>Priority: Minor
>  Labels: kerberos
>   Original Estimate: 24h
>  Time Spent: 3h 40m
>  Remaining Estimate: 20h 20m
>
> i am sorry for my english is not well. 
> 
> This is my problem:
> i try to use griffin for data quality projects.
> our enviroment is CDH 6.1.1 cluster with kerberos.
> i want to connect hive then i set up all configurations about kerberos by 
> user guide.
> but i found hive connection had failed.
> 
> error log is:
> {quote}2021-06-15 13:33:01.418  WARN 102938 — [           main] h.metastore   
>                           [487]  : Failed to connect to the MetaStore 
> Server...2021-06-15 13:33:01.418  WARN 102938 — [           main] h.metastore 
>                             [487]  : Failed to connect to the MetaStore 
> Server...2021-06-15 13:33:01.418  INFO 102938 — [           main] h.metastore 
>                             [518]  : Waiting 1 seconds before next connection 
> attempt.2021-06-15 13:33:02.419  INFO 102938 — [           main] h.metastore  
>                            [434]  : Trying to connect to metastore with URI 
> thrift://..com:90832021-06-15 13:33:02.422 ERROR 102938 — [           
> main] o.a.t.t.TSaslTransport                  [315]  : SASL negotiation 
> failure
>  javax.security.sasl.SaslException: GSS initiate failed at 
> com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:211)
>  ~[?:1.8.0_131] at 
> org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94)
>  ~[libthrift-0.9.3.jar:0.9.3] at 
> org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271) 
> ~[libthrift-0.9.3.jar:0.9.3] at 
> org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
>  ~[libthrift-0.9.3.jar:0.9.3] at 
> org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:52)
>  ~[hive-shims-common-2.2.0.jar:2.2.0] at 
> org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:49)
>  ~[hive-shims-common-2.2.0.jar:2.2.0] at 
> java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_131] at 
> javax.security.auth.Subject.doAs(Subject.java:422) ~[?:1.8.0_131] at 
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
>  ~[hadoop-common-2.7.1.jar:?] at 
> org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport.open(TUGIAssumingTransport.java:49)
>  ~[hive-shims-common-2.2.0.jar:2.2.0] at 
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:478)
>  ~[hive-metastore-2.2.0.jar:2.2.0] at 
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.(HiveMetaStoreClient.java:286)
>  ~[hive-metastore-2.2.0.jar:2.2.0] at 
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.(HiveMetaStoreClient.java:211)
>  ~[hive-metastore-2.2.0.jar:2.2.0] at 
> org.apache.griffin.core.metastore.hive.HiveMetaStoreProxy.initHiveMetastoreClient(HiveMetaStoreProxy.java:68)
>  ~[service-0.7.0-SNAPSHOT.jar:0.7.0-SNAPSHOT] at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131] at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_131] at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_131] at java.lang.reflect.Method.invoke(Method.java:498) 
> ~[?:1.8.0_131] at 
> 

[GitHub] [griffin] wankunde commented on pull request #599: [GRIFFIN-363] Add Kerberos support for Hive Metastore client.

2022-02-09 Thread GitBox


wankunde commented on pull request #599:
URL: https://github.com/apache/griffin/pull/599#issuecomment-1034371536


   LGTM.
   
   @chitralverma WDYT?


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@griffin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org