Configuration item hive.default.fileformat does not take effect

30 views
Skip to first unread message

Ill

unread,
Dec 15, 2022, 5:03:05 AM12/15/22
to MR3
Hi.
When I used MR3 1.6, I found that all the tables newly created by HIVE were of type TEXTFILE.
Example:
set hive.default.fileformat=orc;
 create table test02(id string);     test02 is textfile,but i want get a orc table. 
 create table test01 as select 1;  test01 is textfile,but i want get a orc table.

What is the reason?

Sungwoo Park

unread,
Dec 15, 2022, 6:48:58 AM12/15/22
to Ill, MR3
You want to use hive.default.fileformat.managed instead of hive.default.fileformat (which is used for external tables).

Cheers,

--- Sungwoo


--
You received this message because you are subscribed to the Google Groups "MR3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hive-mr3+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hive-mr3/b2885925-96b7-44a8-b80e-20855ea446bdn%40googlegroups.com.

Ill

unread,
Dec 15, 2022, 10:55:55 AM12/15/22
to MR3
Thanks
Reply all
Reply to author
Forward
0 new messages