Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 33 (0.14s).
Loading phrases to help you
refine your search...
Re: How can we download a file using WebHDFS REST API - HDFS - [mail # user]
...There is no api to download a file. The client you are using to make these calls will have to read the contents of the file and save it on your local file system.  Arpit Gupta Hortonwor...
   Author: Arpit Gupta, 2013-05-31, 17:05
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
Sort:
project
Hadoop (52)
HDFS (33)
MapReduce (30)
HBase (4)
Pig (4)
Zookeeper (3)
Sqoop (2)
type
issue (26)
mail # user (6)
mail # dev (1)
date
last 7 days (0)
last 30 days (2)
last 90 days (6)
last 6 months (13)
last 9 months (33)
author
Todd Lipcon (491)
Harsh J (474)
Eli Collins (349)
Tsz Wo (172)
Aaron T. Myers (151)
Suresh Srinivas (149)
Mohammad Tariq (133)
Colin Patrick McCabe (131)
Stuti Awasthi (95)
Jing Zhao (91)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (67)
Azuryy Yu (62)
Arpit Gupta