-
```
19/06/10 12:19:13 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
19/06/10 12:19:14 WARN shortcircuit.DomainSock…
-
2021-03-03 23:27:05,940 INFO fs.ObjectStoreVisitor: Stocator registered as cos for cos://hdfsVault.mycos/dir1
2021-03-03 23:27:05,952 INFO cos.COSAPIClient: Init : cos://hdfsVault.mycos/dir1
2021-0…
nkurn updated
3 years ago
-
downloaded HiveGlueCatalogSyncAgent-1.1-SNAPSHOT-jar-with-dependencies.jar to /usr/lib/hive/lib on EMR 5.16.1
I followed the document https://github.com/awslabs/aws-glue-catalog-sync-agent-for-hive …
-
Currently,
org.apache.parquet.hadoop.ParquetFileWriter#appendFile(org.apache.parquet.io.InputFile) uses appendRowGroup method to concate parquet row group. However, appendRowGroup method **looses** …
-
upsert data code, but I check the temp dir is empty.
![image](https://github.com/apache/hudi/assets/15028279/13f0e222-95df-4e1c-a3fa-efd31fe4791a)
```java
private void upsertAllAction(Dataset…
-
In some cases the Hadoop filesystem API will throw NullPointerException when trying to access files that have moved.
We'd want to catch those and give a better error message.
```
Caused by: java.lang.…
-
**Describe the bug**
https://github.com/apache/spark/pull/29659 fixed an issue with the CSV and JSON data sources in Spark SQL when both of the following are true:
- no user specified schema
- so…
-
### Apache Iceberg version
0.14.1 (latest release)
### Query engine
Flink
### Please describe the bug 🐞
We have a flink job that write upsert stream into a partitioned icebergV2 table . When that…
-
### Describe the bug
NPE in error handling code of RetryOnErrorCodeCondition.shouldRetry(); in bundle-2.20.128.jar
```
Caused by: java.lang.NullPointerException
at software.amazon.awssdk.…
-
Using hdfs3 sink with Hadoop 3.0.0 and Hive 2.1.1
Files are written to HDFS, Hive table is created, but adding partitions results in below error
It seems method 'get_table_req' does not exist in H…
ghost updated
3 years ago