hi all:
     i use cdh4.3 ,and i use yarn ,so it mapreduce port is 8088 ,not 9001
,why the following command still try to connect the port 9001? any one can
help?

# hadoop jar /usr/lib/hadoop/lib/hadoop-lzo-0.4.15.jar
com.hadoop.compression.lzo.DistributedLzoIndexer -jt
192.168.10.22:8088/alex/test_lzo/sqoop-1.99.2-bin-ha
doop200.tar.gz.lzo
13/07/22 15:51:25 INFO lzo.GPLNativeCodeLoader: Loaded native gpl library
13/07/22 15:51:25 INFO lzo.LzoCodec: Successfully loaded & initialized
native-lzo library [hadoop-lzo rev 6bb1b7f8b9044d8df9b4d2b6641db7658aab3cf8]
13/07/22 15:51:26 INFO lzo.DistributedLzoIndexer: Adding LZO file
/alex/test_lzo/sqoop-1.99.2-bin-hadoop200.tar.gz.lzo to indexing list (no
index currently exists)
13/07/22 15:51:27 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 0 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=1
0, sleepTime=1 SECONDS)
13/07/22 15:51:28 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 1 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=1
0, sleepTime=1 SECONDS)
13/07/22 15:51:29 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 2 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=1
0, sleepTime=1 SECONDS)
13/07/22 15:51:30 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 3 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=1
0, sleepTime=1 SECONDS)
13/07/22 15:51:31 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 4 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
13/07/22 15:51:32 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 5 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
13/07/22 15:51:33 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 6 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
13/07/22 15:51:34 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 7 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
13/07/22 15:51:35 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 8 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
13/07/22 15:51:36 INFO ipc.Client: Retrying connect to server: CH22/
192.168.10.22:9001. Already tried 9 time(s); retry policy is
RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1 SECONDS)
13/07/22 15:51:36 ERROR security.UserGroupInformation:
PriviledgedActionException as:root (auth:SIMPLE)
cause:java.net.ConnectException: Call From CH22/192.168.10.22 to CH22:9001
failed on connection exception: java.net.ConnectException: Connection
refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
Exception in thread "main" java.net.ConnectException: Call From CH22/
192.168.10.22 to CH22:9001 failed on connection exception:
java.net.ConnectException: Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

Reply via email to