Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2024-10-09 Thread via GitHub
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

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2024-10-09 Thread via GitHub
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

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2024-09-23 Thread via GitHub
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.

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2023-10-24 Thread via GitHub
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

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2023-10-22 Thread via GitHub
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,

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2023-10-22 Thread via GitHub
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

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2023-10-21 Thread via GitHub
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_

Re: [I] Apache hive 3 with Tez engine select table no empty [iceberg]

2023-10-20 Thread via GitHub
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

[I] Apache hive 3 with Tez engine select table no empty [iceberg]

2023-10-20 Thread via GitHub
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 | +--