Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 11 (0.174s).
Loading phrases to help you
refine your search...
[HDFS-3363] blockmanagement should stop using INodeFile & INodeFileUC - HDFS - [issue]
...Blockmanagement should stop using INodeFile and INodeFileUnderConstruction. One way would be to create an interface, like BlockColletion, that is passed along to the blockmanagement....
http://issues.apache.org/jira/browse/HDFS-3363    Author: John George, 2013-04-25, 00:21
[HDFS-3379] move setBlock() to INodeFileUC - HDFS - [issue]
...Move BlockCollection.setBlock(..) to MutableBlockCollection and change the parameter in BlockManger.forceCompleteBlock(..) and completeBlock(..) to MutableBlockCollection. We should also mov...
http://issues.apache.org/jira/browse/HDFS-3379    Author: John George, 2013-04-25, 00:19
Re: Hadoop archive not displaying files in the har - HDFS - [mail # user]
...My guess is that harchive does not like to be given a set of files as its input, but rather a directory.  So try the following instead: hadoop archive  -Dmapred.job.queue.name=myqu...
   Author: John George, 2012-09-07, 15:38
[HDFS-3369] change variable names referring to inode in blockmanagement to more appropriate - HDFS - [issue]
...We should rename BlocksMap.getINode(..) and, in addition, the local variable names such as fileInode to match 'block collection'...
http://issues.apache.org/jira/browse/HDFS-3369    Author: John George, 2012-05-16, 05:52
[HDFS-2033] JIRA to redesign client side read path - HDFS - [issue]
...This is a JIRA that came up based on comments on HADOOP-7316. This is to study the current design of the client side read path and redesign if necessary....
http://issues.apache.org/jira/browse/HDFS-2033    Author: John George, 2012-05-11, 15:44
[HDFS-3338] change INode to package private - HDFS - [issue]
...Only a few place in blockmanagement is using INode and all of them can be replaced by INodeFile....
http://issues.apache.org/jira/browse/HDFS-3338    Author: John George, 2012-05-02, 15:22
[HDFS-3339] change INode to package private - HDFS - [issue]
...Only a few place in blockmanagement is using INode and all of them can be replaced by INodeFile....
http://issues.apache.org/jira/browse/HDFS-3339    Author: John George, 2012-05-02, 13:23
Re: HDFS Files Deleted - HDFS - [mail # user]
...If you did not use –skipTrash, the file should be in your trash. Refer: h ttp://hadoop.apache.org/common/docs/current/hdfs_design.html#File+Deletes+a nd+Undeletes for more information.  ...
   Author: John George, 2012-04-26, 13:49
[HDFS-3121] hdfs tests for HADOOP-8014 - HDFS - [issue]
...This JIRA is to write tests for viewing quota using viewfs....
http://issues.apache.org/jira/browse/HDFS-3121    Author: John George, 2012-04-07, 14:04
Re: hdfs file - datanode association - HDFS - [mail # user]
...AFAIK, it might not be possible with a single namenode. You could look into federated namenodes - but I do not think even federated NN would allow that today (I might be wrong though).  ...
   Author: John George, 2011-10-06, 13:01
Sort:
project
Hadoop (22)
MapReduce (15)
HDFS (11)
type
issue (7)
mail # user (4)
date
last 7 days (0)
last 30 days (2)
last 90 days (2)
last 6 months (2)
last 9 months (11)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (127)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (87)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
John George