Kyle Zhike Chen

Results 14 comments of Kyle Zhike Chen

This is how spark-sql output in step 2 ``` spark-sql> show create table ods.track_signup;Error in query: Failed to execute SHOW CREATE TABLE against table `ods`.`track_signup `, which is created by...

Another problem is the table in spark SQL is a system table, but in the hive is an external table.

also have the same error when using spark SQL to create a hudi table. ``` create table if not exists hudi_table5( id int, name string, price double ) using hudi...

I found out the issue is caused by after changing the table to spark data source table, the table SerDeInfo is missing. I creates a pull request.

@boneanxs no. by after i added, got another error: ``` 22/06/22 03:02:41 ERROR SparkSQLDriver: Failed in [create table if not exists hudi_table2( id int, name string, price double ) using...

ok now. this document https://hudi.apache.org/docs/table_management/ need to be updated.

The pull request is waiting for merge. I need some time and guide to write a proper unit test.

> @kk17 Can you provide the pr and we can help u in accelerating the pr landing here is the pr: https://github.com/apache/hudi/pull/5920

I want to know too. Has anyone made a docker image?