25065 TaskTracker
24766 JobTracker
25160 Jps
24634 SecondaryNameNode
Namenode and datanode are missing .
Wierd , i had same conf and values on both local and remote hadoop .
please tell me what could be the reason !!
I have to work on my remote server hadoop , not on my local machine.
--
You received this message because you are subscribed to the Google Groups "Hadoop Users Group (HUG) Chennai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chennaihug+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<property>
<name>hadoop.tmp.dir</name>
<value>/users/sindhuht/hdfstmp</value>
<description>A base for other temporary directories.</description>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:54310</value>
<description>The name of the default file system. A URI whose
scheme and authority determine the FileSystem implementation. The
uri's scheme determines the config property (fs.SCHEME.impl) naming
the FileSystem implementation class. The uri's authority is used to
determine the host, port, etc. for a filesystem.</description>
</property>
</configuration>
hdfs-site.xml
<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
<description>Default block replication.
The actual number of replications can be specified when the file is created.
The default is used if replication is not specified in create time.
</description>
</property>
</configuration>
mapred-site.xml
<configuration>
<property>
<name>mapred.job.tracker</name>
<value>localhost:54311</value>
<description>The host and port that the MapReduce job tracker runs
at. If "local", then jobs are run in-process as a single map
and reduce task.
</description>
</property>
</configuration>
It is the same in my local machine but it works fine..but on remote server hadoop doesn't start all deamons correctly.
Where do i see log files.? Something wrong ..please let me know.
--
You received this message because you are subscribed to the Google Groups "Hadoop Users Group (HUG) Chennai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chennaihug+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<name>fs.default.name</name>
<value>hdfs://localhost:8020</value>
<name>mapred.job.tracker</name>
<value>localhost:8021</value>
Regards,
Venkat
Hello friend ,I attached my logs folder . Also i tried to format my name node . still all daemons didn't start .
starting namenode, logging to /users/sindhuht/hadoop-1.2.1/libexec/../logs/hadoop-sindhuht-namenode-localhost.out
localhost: starting datanode, logging to /users/sindhuht/hadoop-1.2.1/libexec/../logs/hadoop-sindhuht-datanode-localhost.out
localhost: starting secondarynamenode, logging to /users/sindhuht/hadoop-1.2.1/libexec/../logs/hadoop-sindhuht-secondarynamenode-localhost.out
starting jobtracker, logging to /users/sindhuht/hadoop-1.2.1/libexec/../logs/hadoop-sindhuht-jobtracker-localhost.out
localhost: starting tasktracker, logging to /users/sindhuht/hadoop-1.2.1/libexec/../logs/hadoop-sindhuht-tasktracker-localhost.out
<value>hdfs://192.168.1.56:8020</value>
<name>mapred.job.tracker</name>
<value>192.168.1.56:8021</value>
--
You received this message because you are subscribed to the Google Groups "Hadoop Users Group (HUG) Chennai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chennaihug+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Hadoop Users Group (HUG) Chennai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chennaihug+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
total 62396
drwxr-xr-x 2 sindhuht user 4096 May 6 22:45 Downloads
drwxr-xr-x 2 sindhuht user 4096 May 11 22:23 conf
-rw-r--r-- 1 sindhuht user 179 Oct 19 2012 examples.desktop
drwxr-xr-x 16 sindhuht user 4096 May 11 22:34 hadoop-1.2.1
-rw-r--r-- 1 sindhuht user 63851630 Jul 23 2013 hadoop-1.2.1.tar.gz
drwxr-xr-x 2 sindhuht user 4096 May 9 14:58 hdfsdata
drwxr-xr-x 4 sindhuht user 4096 May 11 22:35 hdfstmp
-rwxr-xr-x 1 sindhuht user 11440 May 7 15:35 lein.sh
drwxr-xr-x 2 sindhuht user 4096 May 9 11:13 useful data
**** output of jps
9859 Jps
9334 SecondaryNameNode
9763 TaskTracker
Also added to previous mail , i am attaching my recent logs folder .Thanks
--
You received this message because you are subscribed to the Google Groups "Hadoop Users Group (HUG) Chennai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chennaihug+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Also added to previous mail , i am attaching my recent logs folder .Thanks
--
You received this message because you are subscribed to the Google Groups "Hadoop Users Group (HUG) Chennai" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chennaihug+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.