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 "Lenni Kuff (JIRA)" <ji...@apache.org> on 2014/05/07 02:18:18 UTC

[jira] [Created] (HDFS-6345) DFS.listCacheDirectives() should allow filtering based on cache directive ID

Lenni Kuff created HDFS-6345:
--------------------------------

             Summary: DFS.listCacheDirectives() should allow filtering based on cache directive ID
                 Key: HDFS-6345
                 URL: https://issues.apache.org/jira/browse/HDFS-6345
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: caching
    Affects Versions: 2.4.0
            Reporter: Lenni Kuff


DFS.listCacheDirectives() should allow filtering based on cache directive ID. Currently it throws an exception.

For example:
{code}
long directiveId = <some id value>;
CacheDirectiveInfo filter = new CacheDirectiveInfo.Builder()	
    .setId(directiveId)
    .build();
RemoteIterator<CacheDirectiveEntry> itr = dfs.listCacheDirectives(filter);
{code}



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