[ 
https://issues.apache.org/jira/browse/HIVE-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14021650#comment-14021650
 ] 

Thejas M Nair commented on HIVE-6962:
-------------------------------------

Please not that with Hive 0.13.1 the workaround that I proposed above should 
work. (setting fs.permissions.umask-mode to some value).

Yes, catching NoSuchMethodError as you suggest could be a fix. But it would be 
better to do such version specific logic in the shims. ie, add a HadoopShims 
functions for this, and do the catch only in Hadoop20SShims.


> NoSuchMethodError exception when using HIVE 0.13 with Hadoop 1.0.4
> ------------------------------------------------------------------
>
>                 Key: HIVE-6962
>                 URL: https://issues.apache.org/jira/browse/HIVE-6962
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.13.0
>         Environment: Hadoop 1.0.4
>            Reporter: Sun Rui
>
> Use HIVE 0.13 with Hadoop 1.0.4. When executing a query, get the following 
> exception:
> {noformat}
> Exception in thread "main" java.lang.NoSuchMethodError: 
> org.apache.hadoop.conf.Configuration.unset(Ljava/lang/String;)V
>       at 
> org.apache.hadoop.hive.ql.exec.Utilities.createDirsWithPermission(Utilities.java:3416)
>       at 
> org.apache.hadoop.hive.ql.exec.Utilities.createDirsWithPermission(Utilities.java:3401)
>       at org.apache.hadoop.hive.ql.Context.getScratchDir(Context.java:214)
>       at org.apache.hadoop.hive.ql.Context.getMRScratchDir(Context.java:265)
>       at org.apache.hadoop.hive.ql.Context.getMRTmpPath(Context.java:323)
>       at 
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.getMetaData(SemanticAnalyzer.java:1442)
>       at 
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.getMetaData(SemanticAnalyzer.java:1192)
>       at 
> org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:9209)
>       at 
> org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:327)
>       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:391)
>       at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:291)
>       at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:944)
>       at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1009)
>       at org.apache.hadoop.hive.ql.Driver.run(Driver.java:880)
>       at org.apache.hadoop.hive.ql.Driver.run(Driver.java:870)
>       at 
> org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:268)
>       at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:220)
>       at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:423)
>       at 
> org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:792)
>       at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:686)
>       at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:625)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>       at java.lang.reflect.Method.invoke(Method.java:597)
>       at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
> {noformat}
> This is because there is no unset() method in some versions of Hadoop.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to