[
https://issues.apache.org/jira/browse/IMPALA-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17064320#comment-17064320
]
Zoltán Borók-Nagy commented on IMPALA-9451:
-------------------------------------------
Seems like it fails because in the minicluster environment Hive3 CTAS is
broken, it doesn't write any data.
{noformat}
CREATE TABLE copy_tbl AS SELECT * FROM source_table;
SELECT count(*) FROM copy_tbl;
0
{noformat}
Hive2 CTAS works fine.
Before this test we didn't use Hive CTAS in our tests, so it's hard to tell
since when it is broken.
The issue also occurs with newer versions of CDP Hive (I've seen it in builds
where CDP_HIVE_VERSION was 3.1.3000.7.1.1.0-288).
Seems like the bug is specific to the Impala minicluster environment, i.e. it
doesn't appear in other deployments of Hive.
> custom_cluster.test_hive_text_codec_interop.TestTextInterop.test_hive_impala_interop
> fails on CDP build
> -------------------------------------------------------------------------------------------------------
>
> Key: IMPALA-9451
> URL: https://issues.apache.org/jira/browse/IMPALA-9451
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Reporter: Tim Armstrong
> Assignee: Xiaomeng Zhang
> Priority: Blocker
> Labels: broken-build
>
> {noformat}
> custom_cluster.test_hive_text_codec_interop.TestTextInterop.test_hive_impala_interop
> assert [] == ['0\ttrue\t0\t0\t0\t0\t0\t0\...t01/01/09\t5\t2009\t1', ...]
> Right contains more items, first extra item:
> '0\ttrue\t0\t0\t0\t0\t0\t0\t01/01/09\t0\t2009\t1' Full diff: - [] +
> ['0\ttrue\t0\t0\t0\t0\t0\t0\t01/01/09\t0\t2009\t1', +
> '1\tfalse\t1\t1\t1\t10\t1.100000023841858\t10.1\t01/01/09\t1\t2009\t1', +
> '2\ttrue\t2\t2\t2\t20\t2.200000047683716\t20.2\t01/01/09\t2\t2009\t1', +
> '3\tfalse\t3\t3\t3\t30\t3.299999952316284\t30.3\t01/01/09\t3\t2009\t1', +
> '4\ttrue\t4\t4\t4\t40\t4.400000095367432\t40.4\t01/01/09\t4\t2009\t1', +
> '5\tfalse\t5\t5\t5\t50\t5.5\t50.5\t01/01/09\t5\t2009\t1', +
> '6\ttrue\t6\t6\t6\t60\t6.599999904632568\t60.59999999999999\t01/01/09\t6\t2009\t1',
> + '7\tfalse\t7\t7\t7\t70\t7.699999809265137\t70.7\t01/01/09\t7\t2009\t1',
> + '8\ttrue\t8\t8\t8\t80\t8.800000190734863\t80.8\t01/01/09\t8\t2009\t1',
> +
> '9\tfalse\t9\t9\t9\t90\t9.899999618530273\t90.89999999999999\t01/01/09\t9\t2009\t1',
> + '10\ttrue\t0\t0\t0\t0\t0\t0\t01/02/09\t0\t2009\t1', +
> '11\tfalse\t1\t1\t1\t10\t1.100000023841858\t10.1\t01/02/09\t1\t2009\t1', +
> '12\ttrue\t2\t2\t2\t20\t2.200000047683716\t20.2\t01/02/09\t2\t2009\t1', +
> '13\tfalse\t3\t3\t3\t30\t3.299999952316284\t30.3\t01/02/09\t3\t2009\t1', +
> '14\ttrue\t4\t4\t4\t40\t4.400000095367432\t40.4\t01/02/09\t4\t2009\t1', +
> '15\tfalse\t5\t5\t5\t50\t5.5\t50.5\t01/02/09\t5\t2009\t1', +
> '16\ttrue\t6\t6\t6\t60\t6.599999904632568\t60.59999999999999\t01/02/09\t6\t2009\t1',
> + '17\tfalse\t7\t7\t7\t70\t7.699999809265137\t70.7\t01/02/09\t7\t2009\t1',
> ...
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]