You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/09 01:01:17 UTC

[GitHub] [hudi] blackburt342865189 commented on issue #5372: [SUPPORT] Compatible with multiple HBASE version or hbase: 2.1.0-cdh6.3.2

blackburt342865189 commented on issue #5372:
URL: https://github.com/apache/hudi/issues/5372#issuecomment-1120528509

   I also encountered this problem:
   
   2022-05-08 09:04:30,885 WARN  org.apache.hive.service.server.HiveServer2: 
   [main]: Error starting HiveServer2 on attempt 1, will retry in 60000ms
   java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (2.4.9), this version is 2.1.0-cdh6.3.4
   	at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:70) ~[hbase-common-2.1.0-cdh6.3.4.jar:?]
   	at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:80) ~[hbase-common-2.1.0-cdh6.3.4.jar:?]
   	at org.apache.hadoop.hive.ql.exec.spark.HiveSparkClientFactory.initiateSparkConf(HiveSparkClientFactory.java:83) ~[hive-exec-2.1.1-cdh6.3.4.jar:2.1.1-cdh6.3.4]
   	at org.apache.hadoop.hive.ql.exec.spark.session.SparkSessionManagerImpl.setup(SparkSessionManagerImpl.java:98) ~[hive-exec-2.1.1-cdh6.3.4.jar:2.1.1-cdh6.3.4]
   	at org.apache.hive.service.server.HiveServer2.startHiveServer2(HiveServer2.java:595) [hive-service-2.1.1-cdh6.3.4.jar:2.1.1-cdh6.3.4]
   	at org.apache.hive.service.server.HiveServer2.access$700(HiveServer2.java:94) [hive-service-2.1.1-cdh6.3.4.jar:2.1.1-cdh6.3.4]
   	at org.apache.hive.service.server.HiveServer2$StartOptionExecutor.execute(HiveServer2.java:827) [hive-service-2.1.1-cdh6.3.4.jar:2.1.1-cdh6.3.4]
   	at org.apache.hive.service.server.HiveServer2.main(HiveServer2.java:696) [hive-service-2.1.1-cdh6.3.4.jar:2.1.1-cdh6.3.4]
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   	at org.apache.hadoop.util.RunJar.run(RunJar.java:313) [hadoop-common-3.0.0-cdh6.3.4.jar:?]
   	at org.apache.hadoop.util.RunJar.main(RunJar.java:227) [hadoop-common-3.0.0-cdh6.3.4.jar:?]
   
   


-- 
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: commits-unsubscribe@hudi.apache.org

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