Re: Change the blocksize in 2.5.1

2014-11-20 Thread hadoop hive
Make it final and bounce namenode On Nov 20, 2014 3:42 PM, Tomás Fernández Pena tf.p...@usc.es wrote: Hello everyone, I've just installed Hadoop 2.5.1 from source code, and I have problems changing the default block size. My hdfs-site.xml file I've set the property property

RE: Change the blocksize in 2.5.1

2014-11-20 Thread Rohith Sharma K S
It seems HADOOP_CONF_DIR is poiniting different location!!? May be you can check hdfs-site.xml is in classpath when you execute hdfs command. Thanks Regards Rohith Sharma K S -Original Message- From: Tomás Fernández Pena [mailto:tf.p...@gmail.com] On Behalf Of Tomás Fernández Pena

Re: Change the blocksize in 2.5.1

2014-11-20 Thread Tomás Fernández Pena
Hi Thanks for your kind answers. I've found the problem. The point is that I'd only specified the dfs.blocksize parameter in the hdfs-site.xml of the NameNode and datanodes, but no in the client. My question now is, how can I avoid that the client change the value of blocksize? I've tried to