Fix non-deterministic behaviors in IgniteSQLBuilder and IgniteStoreMetadataAnalyzer #210
GitHub Actions / Test Report (1.8)
failed
Nov 14, 2024 in 0s
1435 tests run, 29 skipped, 2 failed.
Annotations
Check failure on line 1 in gora-hive/src/test/java/org/apache/gora/hive/store/TestHiveStore.java
github-actions / Test Report (1.8)
TestHiveStore.testDeleteByQuery
Failed to open JDBC connection from URL: jdbc:hive2://localhost:10000/default
Raw output
org.apache.metamodel.ConnectionException: Failed to open JDBC connection from URL: jdbc:hive2://localhost:10000/default
Caused by: java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000/default: null
Caused by: org.apache.thrift.transport.TTransportException
github-actions / Test Report (1.8)
TestMongoStoreWordCount.testSparkWordCount
org.apache.hadoop.conf.Configuration.getPassword(Ljava/lang/String;)[C
Raw output
java.lang.NoSuchMethodError: org.apache.hadoop.conf.Configuration.getPassword(Ljava/lang/String;)[C
at org.apache.gora.mongodb.mapreduce.TestMongoStoreWordCount.testSparkWordCount(TestMongoStoreWordCount.java:67)
Loading