[ 
https://issues.apache.org/jira/browse/IMPALA-11469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581547#comment-17581547
 ] 

ASF subversion and git services commented on IMPALA-11469:
----------------------------------------------------------

Commit c1610a16377ae1254943cf321440060a41531d24 in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=c1610a163 ]

IMPALA-11469: (Addendum) Initialize BackendConfig

Adds FrontendTestBase base class to FileMetadataLoaderTest to ensure
BackendConfig is set. Also switches FileSystemUtilTest to use
FrontendTestBase to be more consistent around initialization.

Failure to initialize BackendConfig meant that test success would depend
on their order. If FileSystemUtilTest or another test that initialized
it were the first to use FileSystemUtil, then everything would pass. If
not, the static declaration in FileSystemUtil would fail, causing the
class to fail to be loaded. Later tests would fail with NoClassDefFound
errors.

Testing:
- Ran frontend tests individually.

Change-Id: Iaefea5ac982e42a8b0f3b693d16a8db10cc7de31
Reviewed-on: http://gerrit.cloudera.org:8080/18840
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Ignore _spark_metadata folder in table location
> -----------------------------------------------
>
>                 Key: IMPALA-11469
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11469
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>            Reporter: Matthias Wies
>            Assignee: Quanlong Huang
>            Priority: Major
>             Fix For: Impala 4.2.0
>
>
> When spark streaming is used to write parquet files out to an external table 
> a folder _spark_metadata is created within the directory of the table. Hive 
> is capable of dealing with this directory, but Impala trips on it. 
> So REFRESH TABLE won't work as it sees a directory with data Impala cannot 
> cope with. A SELECT will also not work as it trips on the _spark_metadata __ 
> folder _._
> Issue was found in CDP 7.1.7 SP1 but I suspect it is in all versions
> Regards Matthias



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to