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

Zoltán Borók-Nagy commented on IMPALA-8778:
-------------------------------------------

[~garyli1019] you might want to take a look at 
testdata/bin/create-load-data.sh, probably you'll need a function similar to 
'load-custom-schemas()'. This will upload your data files to the test-warehouse 
directory.

You also need to create the tables in the Hive Metastore. You probably want to 
do that as part of the data loading, in that case you'll need to invoke those 
CREATE TABLE statements from create-load-data.sh. Alternatively you can also 
create the tables during test execution.

I looked at the output of the Jenkins job. It failed during the RAT check. It 
means the files omit copyright information. You either want to add copyright 
statements to your files, or more likely you want to include them in the RAT 
exclude list:

[https://github.com/apache/impala/blob/master/bin/rat_exclude_files.txt]

> Support read/write Apache Hudi tables
> -------------------------------------
>
>                 Key: IMPALA-8778
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8778
>             Project: IMPALA
>          Issue Type: New Feature
>            Reporter: Yuanbin Cheng
>            Assignee: Yanjia Gary Li
>            Priority: Major
>
> Apache Impala currently not support Apache Hudi, cannot even pull metadata 
> from Hive.
> Related issue: 
> [https://github.com/apache/incubator-hudi/issues/179] 
> [https://issues.apache.org/jira/projects/HUDI/issues/HUDI-146|https://issues.apache.org/jira/projects/HUDI/issues/HUDI-146?filter=allopenissues]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to