You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2013/06/08 00:46:20 UTC

[jira] [Resolved] (HDFS-4896) dfs - webhdfs:// gives IllegalStateException for secure cluster

     [ https://issues.apache.org/jira/browse/HDFS-4896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas resolved HDFS-4896.
-----------------------------------

    Resolution: Duplicate

Resolving this as duplicate of HDFS-4841.
                
> dfs -<command> webhdfs:// gives IllegalStateException for secure cluster
> ------------------------------------------------------------------------
>
>                 Key: HDFS-4896
>                 URL: https://issues.apache.org/jira/browse/HDFS-4896
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.1.0-beta
>            Reporter: yeshavora
>             Fix For: 2.1.0-beta
>
>
> Running:
> hadoop dfs -copyToLocal webhdfs://node1:port1/File1 /tmp/File1
> 13/06/07 21:54:58 WARN util.ShutdownHookManager: ShutdownHook 'ClientFinalizer' failed, java.lang.IllegalStateException: Shutdown in progress, cannot add a shutdownHook
> java.lang.IllegalStateException: Shutdown in progress, cannot add a shutdownHook
> 	at org.apache.hadoop.util.ShutdownHookManager.addShutdownHook(ShutdownHookManager.java:152)
> 	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2401)
> 	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2373)
> 	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:352)
> 	at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$DtRenewer.getWebHdfs(WebHdfsFileSystem.java:1003)
> 	at org.apache.hadoop.hdfs.web.WebHdfsFileSystem$DtRenewer.cancel(WebHdfsFileSystem.java:1015)
> 	at org.apache.hadoop.security.token.Token.cancel(Token.java:382)
> 	at org.apache.hadoop.fs.DelegationTokenRenewer$RenewAction.cancel(DelegationTokenRenewer.java:152)
> 	at org.apache.hadoop.fs.DelegationTokenRenewer$RenewAction.access$200(DelegationTokenRenewer.java:58)
> 	at org.apache.hadoop.fs.DelegationTokenRenewer.removeRenewAction(DelegationTokenRenewer.java:241)
> 	at org.apache.hadoop.hdfs.web.WebHdfsFileSystem.close(WebHdfsFileSystem.java:824)
> 	at org.apache.hadoop.fs.FileSystem$Cache.closeAll(FileSystem.java:2447)
> 	at org.apache.hadoop.fs.FileSystem$Cache$ClientFinalizer.run(FileSystem.java:2464)
> 	at org.apache.hadoop.util.ShutdownHookManager$1.run(ShutdownHookManager.java:54)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira