HCatSchemaUtil should let you convert create table schema to HCatSchema -----------------------------------------------------------------------
Key: HCATALOG-321 URL: https://issues.apache.org/jira/browse/HCATALOG-321 Project: HCatalog Issue Type: Improvement Components: mapreduce Affects Versions: 0.2, 0.4 Reporter: David Capwell 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira