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 "yeshavora (JIRA)" <ji...@apache.org> on 2013/06/07 23:58:20 UTC

[jira] [Created] (HDFS-4896) dfs - webhdfs:// is broke for secure cluster

yeshavora created HDFS-4896:
-------------------------------

             Summary: dfs -<command> webhdfs:// is broke 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