Skip to content

tspannhw/FLaNK-Ice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FLaNK-Ice

Apache Iceberg - Cloud Data Lakehouse

Configuration


/etc/hive/conf.cloudera.data_context_connector-975b/hive-site.xml,/etc/hadoop/conf.cloudera.stub_dfs/core-site.xml

URL


jdbc:impala://server:443/;ssl=1;transportMode=http;httpPath=oss-kudu-demo/cdp-proxy-api/impala;AuthMech=3;
com.cloudera.impala.jdbc.Driver

jdbc:hive2://hs2-tspanniceberg.dw-se-sandboxx-aws.a465-9q4k.cloudera.site/default;transportMode=http;httpPath=cliservice;socketTimeout=60;ssl=true;auth=browser;


Iceberg Table

CREATE TABLE customer (id int, name string, created_at timestamp)
PARTITIONED BY (country_code string)
STORED BY ICEBERG;

References

About

Apache Iceberg - Cloud Data Lakehouse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published