[ https://issues.apache.org/jira/browse/IMPALA-7411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16576883#comment-16576883 ]
Michael Brown commented on IMPALA-7411: --------------------------------------- Still failing, now further down, because LOAD DATA isn't supported on the local filesystem. Best recommendations for workaround? {noformat} query_test/test_scanners.py:722: in test_decimal_encodings self._create_table_from_file('decimal_stored_as_int32', unique_database) query_test/test_scanners.py:306: in _create_table_from_file (hdfs_file, qualified_table_name)) common/impala_connection.py:160: in execute return self.__beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:176: in execute handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:348: in __execute_query handle = self.execute_query_async(query_string, user=user) beeswax/impala_beeswax.py:342: in execute_query_async handle = self.__do_rpc(lambda: self.imp_service.query(query,)) beeswax/impala_beeswax.py:508: in __do_rpc raise ImpalaBeeswaxException(self.__build_error_message(b), b) E ImpalaBeeswaxException: ImpalaBeeswaxException: E INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> E MESSAGE: AnalysisException: INPATH location 'file:/tmp/test-warehouse/test_decimal_encodings_9e04280f.db/decimal_stored_as_int32.parquet' must point to an HDFS, S3A or ADL filesystem. {noformat} > copyFromLocal fails in local fs for > query_test.test_scanners.TestParquet.test_decimal_encodings > ----------------------------------------------------------------------------------------------- > > Key: IMPALA-7411 > URL: https://issues.apache.org/jira/browse/IMPALA-7411 > Project: IMPALA > Issue Type: Improvement > Components: Infrastructure > Affects Versions: Impala 3.1.0 > Reporter: Vuk Ercegovac > Assignee: Todd Lipcon > Priority: Blocker > Labels: broken-build > > A recent core local test failed inĀ > query_test.test_scanners.TestParquet.test_decimal_encodings when copy a file: > {noformat} > copyFromLocal: > `/test-warehouse/test_decimal_encodings_7677d707.db/decimal_stored_as_int32.parquet': > No such file or directory: > `file:///test-warehouse/test_decimal_encodings_7677d707.db/decimal_stored_as_int32.parquet' > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org