[ https://issues.apache.org/jira/browse/HIVE-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834526#action_12834526 ]
Zheng Shao commented on HIVE-1136: ---------------------------------- It seems that the following function is not in hadoop 0.17. What about convert it to a string first? (and put a comment saying we did this for compatibility for hadoop 0.17) {code} common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:303: cannot find symbol [javac] symbol : method setFloat(java.lang.String,float) [javac] location: class org.apache.hadoop.conf.Configuration [javac] conf.setFloat(var.varname, val); [javac] ^ {code} > add type-checking setters for HiveConf class to match existing getters > ---------------------------------------------------------------------- > > Key: HIVE-1136 > URL: https://issues.apache.org/jira/browse/HIVE-1136 > Project: Hadoop Hive > Issue Type: Improvement > Components: Configuration > Affects Versions: 0.6.0 > Reporter: John Sichi > Assignee: John Sichi > Fix For: 0.6.0 > > Attachments: HIVE-1136.1.patch > > > This is a followup from HIVE-1129. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.