[jira] [Resolved] (HDFS-2293) Add the ability to set dfs.block.size for a given file from the command line

2011-08-28 Thread Aaron T. Myers (JIRA)

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

Aaron T. Myers resolved HDFS-2293.
--

Resolution: Cannot Reproduce

Todd/Uma - my mistake, looks like this does indeed work. I just tested it on 
trunk and 0.20.2 and it worked as expected.

> Add the ability to set dfs.block.size for a given file from the command line
> 
>
> Key: HDFS-2293
> URL: https://issues.apache.org/jira/browse/HDFS-2293
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs client
>Affects Versions: 0.23.0
>Reporter: Aaron T. Myers
>Assignee: Uma Maheswara Rao G
>  Labels: newbie
>
> See the thread 
> [here|http://www.mail-archive.com/hdfs-user@hadoop.apache.org/msg01459.html], 
> in which Allen correctly points out that since dfs.block.size is a 
> client-side config, one could just set a different value in a custom 
> HADOOP_CONF_DIR. We might as well make that easy.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2294) Download of commons-daemon TAR should not be under target

2011-08-28 Thread Alejandro Abdelnur (JIRA)
Download of commons-daemon TAR should not be under target
-

 Key: HDFS-2294
 URL: https://issues.apache.org/jira/browse/HDFS-2294
 Project: Hadoop HDFS
  Issue Type: Improvement
  Components: build
Affects Versions: 0.23.0
Reporter: Alejandro Abdelnur
 Fix For: 0.23.0


Committed HDFS-2289 downloads commons-daemon TAR in the hadoop-hdfs/target/, 
earlier patches for HDFS-2289 were using hadoop-hdfs/download/ as the location 
for the download.

The motivation not to use the 'target/' directory is that on every clean build 
the TAR will be downloaded from Apache archives. Using a 'download' directory 
this happens once per workspace.

The patch was also adding the 'download/' directory to the .gitignore file (it 
should also be svn ignored).

Besides downloading it only once, it allows to do a clean build in disconnected 
mode.

IMO, the later is a nice developer capability.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2295) Call to localhost/127.0.0.1:54310 failed on connection exception: Connection refused

2011-08-28 Thread patrick.J (JIRA)
Call to localhost/127.0.0.1:54310 failed on connection exception: Connection 
refused


 Key: HDFS-2295
 URL: https://issues.apache.org/jira/browse/HDFS-2295
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: data-node, hdfs client, name-node
Affects Versions: 0.20.2
 Environment: Ubuntu 11.04 64bit , hadoop 0.20.2
Reporter: patrick.J


when I try it
dm@master:/usr/local/hadoop-0.20.2$ bin/hadoop dfs -ls hdfs://localhost:54310/
It cast these exceptions
11/08/29 11:34:29 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 0 time(s).
11/08/29 11:34:30 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 1 time(s).
11/08/29 11:34:31 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 2 time(s).
11/08/29 11:34:32 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 3 time(s).
11/08/29 11:34:33 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 4 time(s).
11/08/29 11:34:34 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 5 time(s).
11/08/29 11:34:35 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 6 time(s).
11/08/29 11:34:36 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 7 time(s).
11/08/29 11:34:37 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 8 time(s).
11/08/29 11:34:38 INFO ipc.Client: Retrying connect to server: 
localhost/127.0.0.1:54310. Already tried 9 time(s).
ls: Call to localhost/127.0.0.1:54310 failed on connection exception: 
java.net.ConnectException: Connection refused



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira