Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 32 (0.241s).
Loading phrases to help you
refine your search...
Re: [VOTE] Plan to create release candidate for 0.23.8 - HDFS - [mail # dev]
...+1  Arpit Gupta Hortonworks Inc. http://hortonworks.com/  On May 17, 2013, at 2:10 PM, Thomas Graves  wrote:  ...
   Author: Arpit Gupta, 2013-05-20, 14:15
[HDFS-4219] Port slive to branch-1 - HDFS - [issue]
...Originally it was committed in HDFS-708 and MAPREDUCE-1804...
http://issues.apache.org/jira/browse/HDFS-4219    Author: Arpit Gupta, 2013-05-15, 06:16
Re: Permission problem - HDFS - [mail # user]
...It looks like hadoop.tmp.dir is being used both for local and hdfs directories. Can you create a jira for this?  What i recommended is that you create /data/hadoop/tmp on hdfs and chmod...
   Author: Arpit Gupta, 2013-04-30, 15:47
Re: Permission problem - HDFS - [mail # user]
...ah   this is what mapred.sytem.dir defaults to     mapred.system.dir   ${hadoop.tmp.dir}/mapred/system   The directory where MapReduce stores control files.   &...
   Author: Arpit Gupta, 2013-04-30, 15:01
Re: Permission problem - HDFS - [mail # user]
...what is your mapred.system.dir set to in mapred-site.xml?  By default it will write to /tmp on hdfs.  So you can do the following  create /tmp on hdfs and chmod it to 777 as u...
   Author: Arpit Gupta, 2013-04-30, 14:25
[HDFS-4594] WebHDFS open sets Content-Length header to what is specified by length parameter rather than how much data is actually returned. - HDFS - [issue]
...This was noticed on 2.0.3 alphaLets say we have a file of length xWe make an webhdfs open call specifying length=x+1The response of the call redirected to the datanode sets the content lengt...
http://issues.apache.org/jira/browse/HDFS-4594    Author: Arpit Gupta, 2013-03-12, 20:58
[HDFS-4565] use DFSUtil.getSpnegoKeytabKey() to get the spnego keytab key in secondary namenode and namenode http server - HDFS - [issue]
...use the method introduced by HDFS-4540 to the spengo keytab key. Better as we have unit test coverage for the new method....
http://issues.apache.org/jira/browse/HDFS-4565    Author: Arpit Gupta, 2013-03-08, 14:03
[HDFS-4540] namenode http server should use the web authentication keytab for spnego principal - HDFS - [issue]
...This is similar to HDFS-4105. in the NameNodeHttpServer.start() initSpnego should look for dfs.web.authentication.kerberos.keytab before using dfs.namenode.keytab.file....
http://issues.apache.org/jira/browse/HDFS-4540    Author: Arpit Gupta, 2013-03-07, 19:10
Re: For Hadoop 2.0.3; setting CLASSPATH=$(hadoop classpath) does not work, as opposed to 1.x versions - HDFS - [mail # user]
...When you constructed the classpath with the full path did you also add slf4j-log4j12-*.jar(http://www.slf4j.org/codes.html#StaticLoggerBinder) to the classpath. The jar should be in HADOOP_H...
   Author: Arpit Gupta, 2013-03-06, 16:58
[HDFS-4541] set hadoop.log.dir and hadoop.id.str when starting secure datanode so it writes the logs to the correct dir by default - HDFS - [issue]
...currently in hadoop-config.sh we set the followingHADOOP_OPTS="$HADOOP_OPTS -Dhadoop.log.dir=$HADOOP_LOG_DIR"HADOOP_OPTS="$HADOOP_OPTS -Dhadoop.id.str=$HADOOP_IDENT_STRING"however when this ...
http://issues.apache.org/jira/browse/HDFS-4541    Author: Arpit Gupta, 2013-03-05, 13:05
Sort:
project
Hadoop (51)
HDFS (32)
MapReduce (29)
HBase (4)
Pig (4)
Zookeeper (3)
Sqoop (2)
type
issue (26)
mail # user (5)
mail # dev (1)
date
last 7 days (1)
last 30 days (5)
last 90 days (11)
last 6 months (12)
last 9 months (32)
author
Todd Lipcon (488)
Harsh J (454)
Eli Collins (348)
Tsz Wo (168)
Aaron T. Myers (149)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (88)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Arpit Gupta