-
斯坦福大学CS224d课程
http://blog.csdn.net/han_xiaoyang/article/details/51567822
-
Hi,
I have loaded this airline parquet data (https://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236&DB_Short_Name=On-Time) through this connector into a HBase table. The raw parquet data's…
-
Apache Hadoop官方文档翻译与学习系列笔记
地址:http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html
-
### Affected Version
30.0.0
### Description
Dev environment with k8s, mm-less cluster.
coordinator as Overlord
indexer settings:
```
druid.indexer.runner.capacity: {{ .Values.…
-
I encountered an iceberg bug when executing Hive query to iceberg table. I can reproduce this by writing an unit test: https://github.com/apache/iceberg/pull/3392/files#diff-514a9a4a1b39ecf3ed48a4099e…
-
the operation as follow
use test;
add jar iceberg-hive-runtime-0.12.0.jar;
add jar datanucleus-core-4.1.16.jar;
CREATE TABLE iceberg_hive_test (
id bigint, name string
…
-
### Describe the subtask
Shrink the Iceberg catalog binary package size
### Parent issue
#4513
-
用本地已有的仓库,”填“ remote 之空仓库
#git remote rm origin
#git remote add origin https://xxxx/yy/aa.git
#git push -u origin master
ssh 签名登陆(切换到对应的用户下,如jenkins)
jenkins@k8s#ssh-keygen -t rsa ------------…
-
### Query engine
Hive
### Question
I am new to iceberg and trying to read the data from hive table but the output of select query is empty:
**Iceberg Version:1.3.0
Hive version: 3.1.2
Ha…
-
Running compaction gives java.lang.ClassNotFoundException: org.apache.hadoop.fs.s3a.S3AFileSystem
**To Reproduce**
Steps to reproduce the behavior:
```
hudi:stock_ticks_mor->compaction sched…