Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.2, 0.4
-
None
-
None
Description
If i create table with the schema "key STRING, value STRING", if I am using MR i have to do HCatOutputFormat.setSchema(job, HCatSchemaUtils.getHCatSchema("key:string,value:string"));
It would be nice if I could take the same string i use in create table and use that in MR.