Make default separator configurable
-----------------------------------

                 Key: HIVE-886
                 URL: https://issues.apache.org/jira/browse/HIVE-886
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Serializers/Deserializers
            Reporter: Jeff Hammerbacher
            Priority: Minor


As mentioned by Ryan LeCompte on the mailing list, there are situations where 
not using ctl+a as the default separator would be useful. Zheng also agreed, 
and pointed to the code where it could be done:

{quote}
It's relatively easy to change the code to do that if you are interested.

We can add a configurable parameter "hive.insert.directory.separator" in 
HiveConf.java, and use that in SemanticAnalyzer.genFileSinkPlan():
          table_desc = 
PlanUtils.getDefaultTableDesc(Integer.toString(Utilities.ctrlaCode),
                                                     cols, colTypes, false);
{quote}



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to