[jira] [Commented] (HIVE-11681) sometimes when query mr job progress, stream closed exception will happen

2017-07-27 Thread frank luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-11681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16103506#comment-16103506 ] frank luo commented on HIVE-11681: -- https://issues.apache.org/jira/browse/HADOOP-13809 is a similar case.

[jira] [Commented] (HIVE-5922) In orc.InStream.CompressedStream, the desired position passed to seek can equal offsets[i] + bytes[i].remaining() when ORC predicate pushdown is enabled

2016-06-30 Thread Frank Luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15357581#comment-15357581 ] Frank Luo commented on HIVE-5922: - same issue here and I am using Apache Hive 1.2.1. > In

[jira] [Commented] (HIVE-13737) incorrect count when multiple inserts with union all

2016-05-26 Thread frank luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15302324#comment-15302324 ] frank luo commented on HIVE-13737: -- turning stats off gives correct result. So it is a bug in

[jira] [Commented] (HIVE-13737) incorrect count when multiple inserts with union all

2016-05-26 Thread frank luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15302294#comment-15302294 ] frank luo commented on HIVE-13737: -- hive> explain INSERT INTO TABLE test SELECT * from src UNION ALL

[jira] [Commented] (HIVE-13737) incorrect count when multiple inserts with union all

2016-05-26 Thread frank luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15302296#comment-15302296 ] frank luo commented on HIVE-13737: -- forgot to mention I was using TEZ on Hive. > incorrect count when

[jira] [Commented] (HIVE-13737) incorrect count when multiple inserts with union all

2016-05-26 Thread frank luo (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15302252#comment-15302252 ] frank luo commented on HIVE-13737: -- it always gives wrong result. > incorrect count when multiple