Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.0
-
Linux server
kernal version: 3.10.0
java version: "1.8.0_102"
processor count: 96
Description
I tried to build flink 1.9.0-rc2 from source and ran all tests in a linux server, HiveCatalogUseBlinkITCase.testBlinkUdf will be constantly fail.
Fail trace:
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 313.228 s <<< FAILURE! - in org.apache.flink.table.catalog.hive.HiveCatalogUseBlinkITCase [ERROR] testBlinkUdf(org.apache.flink.table.catalog.hive.HiveCatalogUseBlinkITCase) Time elapsed: 305.155 s <<< ERROR! org.apache.flink.runtime.client.JobExecutionException: Job execution failed. at org.apache.flink.table.catalog.hive.HiveCatalogUseBlinkITCase.testBlinkUdf(HiveCatalogUseBlinkITCase.java:180) Caused by: org.apache.flink.runtime.resourcemanager.exceptions.UnfulfillableSlotRequestException: Could not fulfill slot request 35cf6fdc1b525de9b6eed13894e2e31d. Requested resource profile (ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, managedMemoryInMB=128}) is unfulfillable.
Attachments
Issue Links
- causes
-
FLINK-13760 Fix hardcode Scala version dependency in hive connector
- Resolved
- duplicates
-
FLINK-13890 HiveCatalogUseBlinkITCase failed to get metastore connection
- Resolved
- links to