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

Jakob Homan reopened HDFS-1296:
-------------------------------

      Assignee: Boris Shkolnik

I've reverted this commit; it was breaking the build:
{noformat}
compile-hdfs-classes:
    [javac] Compiling 206 source files to 
/Users/jhoman/work/git/hadoop-hdfs/build/classes
    [javac] 
/Users/jhoman/work/git/hadoop-hdfs/src/java/org/apache/hadoop/hdfs/DistributedFileSystem.java:693:
 
method does not override or implement a method from a supertype
    [javac]   @Override
    [javac]   ^
    [javac] 
/Users/jhoman/work/git/hadoop-hdfs/src/java/org/apache/hadoop/hdfs/DistributedFileSystem.java:704:
 
cannot find symbol
    [javac] symbol  : method getCanonicalServiceName()
    [javac] location: class org.apache.hadoop.hdfs.DistributedFileSystem
    [javac]     result.setService(new Text(getCanonicalServiceName()));
    [javac]                                ^
    [javac] 
/Users/jhoman/work/git/hadoop-hdfs/src/java/org/apache/hadoop/hdfs/DistributedFileSystem.java:698:
 
method does not override or implement a method from a supertype
    [javac]   @Override
    [javac]   ^
    [javac] 
/Users/jhoman/work/git/hadoop-hdfs/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:117:
 method 
does not override or implement a method from a supertype
    [javac]   @Override
    [javac]   ^
    [javac] 
/Users/jhoman/work/git/hadoop-hdfs/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:122:
 method 
does not override or implement a method from a supertype
    [javac]   @Override
    [javac]   ^
    [javac] 
/Users/jhoman/work/git/hadoop-hdfs/src/java/org/apache/hadoop/hdfs/HftpFileSystem.java:187:
 method 
does not override or implement a method from a supertype
    [javac]   @Override
    [javac]   ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 errors
{noformat}
Boris is out this week, so I'll take a look at updating the patch on Monday.

> using delegation token over hftp for long running clients (spawn from 
> hdfs-1007).
> ---------------------------------------------------------------------------------
>
>                 Key: HDFS-1296
>                 URL: https://issues.apache.org/jira/browse/HDFS-1296
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Boris Shkolnik
>            Assignee: Boris Shkolnik
>         Attachments: hdfs-1007-long-running-hftp-client.patch, 
> hdfs-1007-securityutil-fix.patch, HDFS-1296-13.patch, HDFS-1296-14.patch
>
>
> this patch incorporates patches 
> https://issues.apache.org/jira/secure/attachment/12446280/hdfs-1007-long-running-hftp-client.patch
> and 
> https://issues.apache.org/jira/secure/attachment/12446362/hdfs-1007-securityutil-fix.patch
> patches are attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to