github-actions[bot] commented on issue #7840:
URL: https://github.com/apache/iceberg/issues/7840#issuecomment-2625997825
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #7840: insert to hive table with icberg table
format is failing
URL: https://github.com/apache/iceberg/issues/7840
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
github-actions[bot] commented on issue #7840:
URL: https://github.com/apache/iceberg/issues/7840#issuecomment-2594191736
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
g10ck commented on issue #7840:
URL: https://github.com/apache/iceberg/issues/7840#issuecomment-2204010251
You can make such hook in hive/beeline. For example, hive 3.1.3:
add jar hive_home_directory/lib/libfb303-0.9.3.jar;
insert into ... ;
It will wotk. But the right solution w
whymed commented on issue #7840:
URL: https://github.com/apache/iceberg/issues/7840#issuecomment-1806591748
My stack: Hadoop 3.3.6, Hive 3.1.3 and Iceberg hive runtime 1.4.2
I want to use the same default catalog from hive, so I have not configured
any of `iceberg.catalog` mentioned on th
sickdatascientist commented on issue #7840:
URL: https://github.com/apache/iceberg/issues/7840#issuecomment-1805578530
@infa-ibannatt I am experiencing the same issue with I have
pseudo-distributed hadoop 3.3.6 cluster, and hive 3.1.3 installed and copied
iceberg-hive-runtime.1.4.1.jar. Wha