github-actions[bot] closed issue #8891: Apache hive 3 with Tez engine select
table no empty
URL: https://github.com/apache/iceberg/issues/8891
--
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 the sp
github-actions[bot] commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-2403653700
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] commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-2369824250
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.
pvary commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-1776759965
@anvanna: Are you able to read the data from the Iceberg table with another
tool? The issue with writing with Tez, that the newly created files are not
propagated to the HS2 and they a
anvanna commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-1774420926
@BsoBird no, just tested query after insert some rows to iceberg table, but
no result return
--
This is an automated message from the Apache Git Service.
To respond to the message,
BsoBird commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-1774052144
@anvanna
hi.
When you test HIVE to read ICEBERG, do you encounter the problem that the
performance is too poor and the JOIN condition cannot be pushed down to the
partition of
anvanna commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-1774003254
@pvary i think the insert is ok as below:
0: jdbc:hive2://hadoop-maste:2> insert into table_g values (300, 'iceberg');
INFO : Compiling
command(queryId=hive_20231022124803_
pvary commented on issue #8891:
URL: https://github.com/apache/iceberg/issues/8891#issuecomment-1773670762
@anvanna: Please read the relevant parts of the documentation about the
supported Hive versions/features on the following page:
https://iceberg.apache.org/docs/latest/hive/
I wo
anvanna opened a new issue, #8891:
URL: https://github.com/apache/iceberg/issues/8891
I am testing iceberg table as below with hive version 3.x and Tez version
0.9.x
- Hive engine running on Tez
++
|set |
+--