Zach Amsden has posted comments on this change. (
http://gerrit.cloudera.org:8080/8690 )
Change subject: IMPALA-6068: Scale back fixing functional-types
......................................................................
Patch Set 4:
(1 comment)
22:54:51 FAILED (Took: 11 min 53 sec)
22:54:51 'load-data functional-query exhaustive' failed. Tail of log:
22:54:51 c1 int,
22:54:51 c2 double
22:54:51 )
22:54:51 ROW FORMAT delimited fields terminated by ',' escaped by '\\'
22:54:51 STORED AS TEXTFILE
22:54:51 LOCATION '/test-warehouse/table_with_header'
22:54:51
22:54:51 (load-functional-query-exhaustive-impala-generated-text-none-none.sql):
22:54:51 USE functional
22:54:51
22:54:51 (load-functional-query-exhaustive-impala-generated-text-none-none.sql):
22:54:51 ALTER TABLE table_with_header SET
TBLPROPERTIES('skip.header.line.count'='1')
22:54:51
22:54:51 (load-functional-query-exhaustive-impala-generated-text-none-none.sql):
22:54:51 CREATE DATABASE IF NOT EXISTS functional
22:54:51
22:54:51 (load-functional-query-exhaustive-impala-generated-text-none-none.sql):
22:54:51 CREATE EXTERNAL TABLE IF NOT EXISTS functional.table_with_header_2 (
22:54:51 c1 int,
22:54:51 c2 double
22:54:51 )
22:54:51 ROW FORMAT delimited fields terminated by ',' escaped by '\\'
22:54:51 STORED AS TEXTFILE
22:54:51 LOCATION '/test-warehouse/table_with_header_2'
22:54:51
22:54:51 (load-functional-query-exhaustive-impala-generated-text-none-none.sql):
22:54:51 USE functional
22:54:51
22:54:51 (load-functional-query-exhaustive-impala-generated-text-none-none.sql):
22:54:51 ALTER TABLE table_with_header_2 SET
TBLPROPERTIES('skip.header.line.count'='2')
22:54:51
22:54:51 Data Loading from Impala failed with error: ImpalaBeeswaxException:
22:54:51 INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
22:54:51 MESSAGE: AnalysisException: Could not resolve table reference:
'table_with_header_2'
22:54:51
22:54:51 Traceback (most recent call last):
22:54:51 File "/home/ubuntu/Impala/bin/load-data.py", line 178, in
exec_impala_query_from_file
22:54:51 result = impala_client.execute(query)
22:54:51 File "/home/ubuntu/Impala/tests/beeswax/impala_beeswax.py", line
173, in execute
22:54:51 handle = self.__execute_query(query_string.strip(), user=user)
22:54:51 File "/home/ubuntu/Impala/tests/beeswax/impala_beeswax.py", line
339, in __execute_query
22:54:51 handle = self.execute_query_async(query_string, user=user)
22:54:51 File "/home/ubuntu/Impala/tests/beeswax/impala_beeswax.py", line
335, in execute_query_async
22:54:51 return self.__do_rpc(lambda: self.imp_service.query(query,))
22:54:51 File "/home/ubuntu/Impala/tests/beeswax/impala_beeswax.py", line
460, in __do_rpc
22:54:51 raise ImpalaBeeswaxException(self.__build_error_message(b), b)
22:54:51 ImpalaBeeswaxException: ImpalaBeeswaxException:
22:54:51 INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
22:54:51 MESSAGE: AnalysisException: Could not resolve table reference:
'table_with_header_2'
22:54:51
22:54:51 Background task Loading functional-query data (pid 69352) failed.
http://gerrit.cloudera.org:8080/#/c/8690/3/testdata/bin/generate-schema-statements.py
File testdata/bin/generate-schema-statements.py:
http://gerrit.cloudera.org:8080/#/c/8690/3/testdata/bin/generate-schema-statements.py@531
PS3, Line 531: assert not (insert and insert_hive),\
s/load_hive/insert_hive
My bad. Trying again.
--
To view, visit http://gerrit.cloudera.org:8080/8690
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6c242cca209a7138b10ad517076707709b5cd204
Gerrit-Change-Number: 8690
Gerrit-PatchSet: 4
Gerrit-Owner: Zach Amsden <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins
Gerrit-Reviewer: Philip Zeyliger <[email protected]>
Gerrit-Reviewer: Zach Amsden <[email protected]>
Gerrit-Comment-Date: Fri, 01 Dec 2017 17:33:09 +0000
Gerrit-HasComments: Yes