Gopal V created HIVE-10974:
------------------------------
Summary: Use Cofiguration::getRaw() for the Base64 data
Key: HIVE-10974
URL: https://issues.apache.org/jira/browse/HIVE-10974
Project: Hive
Issue Type: Bug
Components: Hive
Affects Versions: 1.2.0
Reporter: Gopal V
Assignee: Gopal V
Inspired by the Twitter HadoopSummit talk
{code}
if (HiveConf.getBoolVar(conf, ConfVars.HIVE_RPC_QUERY_PLAN)) {
LOG.debug("Loading plan from string: "+path.toUri().getPath());
String planString = conf.get(path.toUri().getPath());
{code}
Use getRaw() in other places where Base64 data is present.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)