<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HBase regionserver is down during importtsv and gets rpcretry error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147815#M32459</link>
    <description>&lt;P&gt;Yesterday  I managed to import the sample data with success after increasing the heap size. Afterwards I stopped my hbase and hadoop instances and gave my ubuntu 12.04 a restart. After the restart hadoop doesn't come up. I now get below errors&lt;/P&gt;&lt;P&gt;namenode.log and datanode.log have same error&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:12,347 WARN org.mortbay.log: failed jsp: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
2016-06-21 10:11:12,358 WARN org.mortbay.log: failed org.mortbay.jetty.webapp.WebAppContext@1599640{/,file:/usr/local/hadoop/share/hadoop/hdfs/webapps/hdfs}: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
2016-06-21 10:11:12,359 WARN org.mortbay.log: failed ContextHandlerCollection@181aa00: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
2016-06-21 10:11:12,360 ERROR org.mortbay.log: Error starting handlers
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED&lt;/PRE&gt;&lt;PRE&gt;2016-06-21 10:11:12,401 INFO org.mortbay.log: Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@0.0.0.0:50070
2016-06-21 10:11:12,402 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: Stopping NameNode metrics system...
2016-06-21 10:11:12,403 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: NameNode metrics system stopped.
2016-06-21 10:11:12,404 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: NameNode metrics system shutdown complete.
2016-06-21 10:11:12,404 FATAL org.apache.hadoop.hdfs.server.namenode.NameNode: Exception in namenode join
java.io.IOException: Problem in starting http server. Server handlers failed&lt;/PRE&gt;&lt;P&gt;secondarynamenode.log&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:27,718 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: SecondaryNameNode metrics system started
2016-06-21 10:11:28,230 INFO org.apache.hadoop.hdfs.server.common.Storage: Lock on /app/hadoop/tmp/dfs/namesecondary/in_use.lock acquired by nodename 10100@cellops-OptiPlex-GX620
2016-06-21 10:11:28,372 FATAL org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode: Failed to start secondary namenode
org.apache.hadoop.hdfs.server.common.IncorrectVersionException: Unexpected version of storage directory /app/hadoop/tmp/dfs/namesecondary. Reported: -60. Expecting = -57.&lt;/PRE&gt;&lt;P&gt;resourcemanager.log&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:29,608 INFO org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: registered UNIX signal handlers for [TERM, HUP, INT]
2016-06-21 10:11:30,505 INFO org.apache.hadoop.conf.Configuration: found resource core-site.xml at file:/usr/local/hadoop/etc/hadoop/core-site.xml
2016-06-21 10:11:30,675 INFO org.apache.hadoop.security.Groups: clearing userToGroupsMap cache
2016-06-21 10:11:30,784 FATAL org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error starting ResourceManager
java.lang.NoSuchMethodError: org.apache.hadoop.yarn.server.utils.BuilderUtils.newApplicationResourceUsageReport(IILorg/apache/hadoop/yarn/api/records/Resource;Lorg/apache/hadoop/yarn/api/records/Resource;Lorg/apache/hadoop/yarn/api/records/Resource;JJ)Lorg/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport;&lt;/PRE&gt;&lt;P&gt;nodemanager.log&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:35,263 FATAL org.apache.hadoop.yarn.server.nodemanager.NodeManager: Error starting NodeManager
java.lang.NoSuchMethodError: org.apache.hadoop.conf.Configuration.getSocketAddr(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/net/InetSocketAddress;
   at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.serviceInit(ResourceLocalizationService.java:247)&lt;/PRE&gt;&lt;P&gt;I uninstalled and installed java back again. zookeeper is still running so I think its not java related. I tried with Hbase, it also seems working, regionserver is up master is down due its not able to reach hdfs. Somehow hadoop is crashed during the reboot. How can I repair it instead of installing again? &lt;/P&gt;</description>
    <pubDate>Tue, 21 Jun 2016 15:24:17 GMT</pubDate>
    <dc:creator>erdalkucuk220</dc:creator>
    <dc:date>2016-06-21T15:24:17Z</dc:date>
    <item>
      <title>HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147808#M32452</link>
      <description>&lt;P&gt;I am trying to import data to hbase using importtsv. I tried couple of examples from online to learn and they worked fine. &lt;/P&gt;&lt;P&gt;Fx with below command I get the success and see the table on hbase shell.&lt;/P&gt;&lt;PRE&gt;bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=',' -Dimporttsv.columns=HBASE_ROW_KEY,cf tab4 /user/hduser/gutenberg/simple1.txt&lt;/PRE&gt;&lt;PRE&gt;2016-06-20 17:08:03,138 INFO  [main] mapreduce.Job:  map 100% reduce 0%

2016-06-20 17:08:03,139 INFO  [main] mapreduce.Job: Job job_local1517188704_0001 completed successfully

2016-06-20 17:08:03,269 INFO  [main] mapreduce.Job: Counters: 24
   File System Counters
     FILE: Number of bytes read=4018816
     FILE: Number of bytes written=25538098&lt;/PRE&gt;&lt;P&gt;but the actual data I want to upload has lots of columns and rows. (237 to 400k respectively) To check out integrity I uploaded and tried to import a 237 column 10 row version of the data, to make it visible I am pasting the part of the data and the command.&lt;/P&gt;&lt;BLOCKQUOTE&gt;1,date,serial,serial,date,bsrid,SW version,bsr Group Id,Processed kpi Number,reserved....
2,20151206,1211080003,1211080003,20151206,103,30092,0,24,0,0,...&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is a part of the command I am running.&lt;/P&gt;&lt;PRE&gt;bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator=',' -Dimporttsv.columns=HBASE_ROW_KEY,date,serial,serial_1,date_1,bsrid,SW_version,bsr_Group_Id,Processed_kpi_Number, (until 237th column) tab5 /user/hduser/KPI-Dumps/test.csv&lt;/PRE&gt;&lt;P&gt; When I try to run the command it gets the below status and when I type jps command I can't see the HRegionServer anymore and I have to restart HBase&lt;/P&gt;&lt;PRE&gt;2016-06-20 16:20:07,804 INFO  [communication thread] mapred.LocalJobRunner: map&lt;/PRE&gt;&lt;PRE&gt;2016-06-20 16:20:08,581 INFO  [main] mapreduce.Job:  map 100% reduce 0%&lt;/PRE&gt;&lt;PRE&gt;2016-06-20 16:21:15,159 INFO  [hconnection-0x1abc383-metaLookup-shared--pool5-t2] client.RpcRetryingCaller: Call exception, tries=10, retries=35, started=68390 ms ago, cancelled=false, msg=row 'tab5,1,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=cellops-optiplex-gx620,16201,1466432370372, seqNum=0&lt;/PRE&gt;&lt;PRE&gt;2016-06-20 16:21:35,227 INFO  [hconnection-0x1abc383-metaLookup-shared--pool5-t2] client.RpcRetryingCaller: Call exception, tries=11, retries=35, started=88487 ms ago, cancelled=false, msg=row 'tab5,1,99999999999999' on table 'hbase:meta' at region=hbase:meta,,1.1588230740, hostname=cellops-optiplex-gx620,16201,1466432370372, seqNum=0&lt;/PRE&gt;&lt;P&gt;There is no typo or any missing comma or etc, double checked.  My only guess is the difference of the table related to the column order is different, Hbase created the columns based on alphabetical order instead of the version I wanted it to create even though I gave the correct order based on the file I want to upload. Do you think it gets confused during upload?&lt;/P&gt;&lt;P&gt;From the created table&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;..&lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'Vs_SuccActiveCallReDirectUMTS'} &lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'bsr_Group_Id'}
 {NAME =&amp;gt; 'bsrid'} &lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'date'}
 {NAME =&amp;gt; 'date_1'} &lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'reserved'} &lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'reserved_1'} &lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'reserved_10'} &lt;/P&gt;&lt;P&gt;{NAME =&amp;gt; 'reserved_11'}&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;hbase-site.xml is like this and its a pseudo distributed installation with zookeper also installed manually.&lt;/P&gt;&lt;PRE&gt;&amp;lt;configuration&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.rootdir&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;/usr/local/hadoop/hbase&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.zookeeper.property.dataDir&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;/usr/local/Hbase/zookeeper&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.cluster.distributed&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;zookeeper.znode.parent&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;/hbase-unsecure&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.zookeeper.quorum&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;localhost&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.zookeeper.property.clientPort&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;2181&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.rpc.timeout&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;120000&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.client.scanner.timeout.period&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;120000&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
  &amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hbase.cells.scanned.per.heartbeat.check&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;10000&amp;lt;/value&amp;gt;
  &amp;lt;/property&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;
&lt;PRE&gt;hduser@cellops-OptiPlex-GX620:/usr/local/Hbase$ jps
9712 NodeManager
31301 QuorumPeerMain
18294 HMaster
9481 ResourceManager
9289 SecondaryNameNode
18414 HRegionServer
9023 DataNode
8799 NameNode
18847 Jps&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jun 2016 22:16:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147808#M32452</guid>
      <dc:creator>erdalkucuk220</dc:creator>
      <dc:date>2016-06-20T22:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147809#M32453</link>
      <description>&lt;P style="margin-left: 20px;"&gt;"When I try to run the command it gets the below status and when I 
type jps command I can't see the HRegionServer anymore and I have to 
restart HBase"&lt;/P&gt;&lt;P&gt;Have you looked at the RegionServer log to determine why it is no longer running? It sounds like something is causing your RegionServer to fail (perhaps, out of memory?) and then HBase cannot proceed because it requires at least one RegionServer.&lt;/P&gt;&lt;P&gt;Investigate the end of the RegionServer log to determine the failure.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 22:31:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147809#M32453</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-06-20T22:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147810#M32454</link>
      <description>&lt;P&gt;Yes actually I didn't think about it since I think its not much a big file to process either. But there is below output in the log. I think I need to change hbase-env.sh java heap space from 1G to 4G? &lt;/P&gt;&lt;P&gt;# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="kill -9 %p"
#  Executing /bin/sh -c "kill -9 18414"...&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 22:44:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147810#M32454</guid>
      <dc:creator>erdalkucuk220</dc:creator>
      <dc:date>2016-06-20T22:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147811#M32455</link>
      <description>&lt;P&gt;18414 was the region server process.&lt;/P&gt;&lt;P&gt;Was it still running ?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 22:47:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147811#M32455</guid>
      <dc:creator>tyu</dc:creator>
      <dc:date>2016-06-20T22:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147812#M32456</link>
      <description>&lt;PRE&gt;9712 NodeManager
19811 Jps
31301 QuorumPeerMain
18294 HMaster
9481 ResourceManager
9289 SecondaryNameNode
9023 DataNode
8799 NameNode&lt;/PRE&gt;&lt;P&gt;nope. I mean this is after the execution of the command according to Josh's suggestion. It killed the process. I know I need to increase the heap size but the machine I am working on is not so powerful either. I will try to see with 4G&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 22:50:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147812#M32456</guid>
      <dc:creator>erdalkucuk220</dc:creator>
      <dc:date>2016-06-20T22:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147813#M32457</link>
      <description>&lt;P&gt;bq. Hbase created the columns based on alphabetical order&lt;/P&gt;&lt;P&gt;When you query hbase, you observe alphabetical order because that's what hbase stores internally.&lt;/P&gt;&lt;P&gt;Do you observe fewer than 10 rows after importing the sample data ?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 22:51:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147813#M32457</guid>
      <dc:creator>tyu</dc:creator>
      <dc:date>2016-06-20T22:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147814#M32458</link>
      <description>&lt;P&gt;Yes, that looks like exactly what happened. 4G is a good heap size to start.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 00:57:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147814#M32458</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-06-21T00:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147815#M32459</link>
      <description>&lt;P&gt;Yesterday  I managed to import the sample data with success after increasing the heap size. Afterwards I stopped my hbase and hadoop instances and gave my ubuntu 12.04 a restart. After the restart hadoop doesn't come up. I now get below errors&lt;/P&gt;&lt;P&gt;namenode.log and datanode.log have same error&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:12,347 WARN org.mortbay.log: failed jsp: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
2016-06-21 10:11:12,358 WARN org.mortbay.log: failed org.mortbay.jetty.webapp.WebAppContext@1599640{/,file:/usr/local/hadoop/share/hadoop/hdfs/webapps/hdfs}: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
2016-06-21 10:11:12,359 WARN org.mortbay.log: failed ContextHandlerCollection@181aa00: java.lang.NoSuchFieldError: IS_SECURITY_ENABLED
2016-06-21 10:11:12,360 ERROR org.mortbay.log: Error starting handlers
java.lang.NoSuchFieldError: IS_SECURITY_ENABLED&lt;/PRE&gt;&lt;PRE&gt;2016-06-21 10:11:12,401 INFO org.mortbay.log: Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@0.0.0.0:50070
2016-06-21 10:11:12,402 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: Stopping NameNode metrics system...
2016-06-21 10:11:12,403 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: NameNode metrics system stopped.
2016-06-21 10:11:12,404 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: NameNode metrics system shutdown complete.
2016-06-21 10:11:12,404 FATAL org.apache.hadoop.hdfs.server.namenode.NameNode: Exception in namenode join
java.io.IOException: Problem in starting http server. Server handlers failed&lt;/PRE&gt;&lt;P&gt;secondarynamenode.log&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:27,718 INFO org.apache.hadoop.metrics2.impl.MetricsSystemImpl: SecondaryNameNode metrics system started
2016-06-21 10:11:28,230 INFO org.apache.hadoop.hdfs.server.common.Storage: Lock on /app/hadoop/tmp/dfs/namesecondary/in_use.lock acquired by nodename 10100@cellops-OptiPlex-GX620
2016-06-21 10:11:28,372 FATAL org.apache.hadoop.hdfs.server.namenode.SecondaryNameNode: Failed to start secondary namenode
org.apache.hadoop.hdfs.server.common.IncorrectVersionException: Unexpected version of storage directory /app/hadoop/tmp/dfs/namesecondary. Reported: -60. Expecting = -57.&lt;/PRE&gt;&lt;P&gt;resourcemanager.log&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:29,608 INFO org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: registered UNIX signal handlers for [TERM, HUP, INT]
2016-06-21 10:11:30,505 INFO org.apache.hadoop.conf.Configuration: found resource core-site.xml at file:/usr/local/hadoop/etc/hadoop/core-site.xml
2016-06-21 10:11:30,675 INFO org.apache.hadoop.security.Groups: clearing userToGroupsMap cache
2016-06-21 10:11:30,784 FATAL org.apache.hadoop.yarn.server.resourcemanager.ResourceManager: Error starting ResourceManager
java.lang.NoSuchMethodError: org.apache.hadoop.yarn.server.utils.BuilderUtils.newApplicationResourceUsageReport(IILorg/apache/hadoop/yarn/api/records/Resource;Lorg/apache/hadoop/yarn/api/records/Resource;Lorg/apache/hadoop/yarn/api/records/Resource;JJ)Lorg/apache/hadoop/yarn/api/records/ApplicationResourceUsageReport;&lt;/PRE&gt;&lt;P&gt;nodemanager.log&lt;/P&gt;&lt;PRE&gt;2016-06-21 10:11:35,263 FATAL org.apache.hadoop.yarn.server.nodemanager.NodeManager: Error starting NodeManager
java.lang.NoSuchMethodError: org.apache.hadoop.conf.Configuration.getSocketAddr(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)Ljava/net/InetSocketAddress;
   at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService.serviceInit(ResourceLocalizationService.java:247)&lt;/PRE&gt;&lt;P&gt;I uninstalled and installed java back again. zookeeper is still running so I think its not java related. I tried with Hbase, it also seems working, regionserver is up master is down due its not able to reach hdfs. Somehow hadoop is crashed during the reboot. How can I repair it instead of installing again? &lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:24:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147815#M32459</guid>
      <dc:creator>erdalkucuk220</dc:creator>
      <dc:date>2016-06-21T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147816#M32460</link>
      <description>&lt;P&gt;It looks like you somehow upgraded (some?) HDFS jars and messed up the Hadoop classpath. It could not load expected variables from the classpath. Additionally, it seems like the SecondaryNameNode is reporting that there is a newer filesystem layout (which would imply a newer version of HDFS was at one point running) and that it is expecting an older version (which implies that the SNN is using an older version of HDFS). Make sure you have consistent versions of HDFS installed.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 22:24:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147816#M32460</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-06-21T22:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: HBase regionserver is down during importtsv and gets rpcretry error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147817#M32461</link>
      <description>&lt;P&gt;Hi Josh, yes I figured that out after comparing my log files with working one. There was an older version and as you told the path was mixed. Its fixed now. I have another problem during upload, its getting a timeout during my import of the big file but I guess its better to open another thread for that problem. Thanks a lot! &lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 16:47:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-regionserver-is-down-during-importtsv-and-gets/m-p/147817#M32461</guid>
      <dc:creator>erdalkucuk220</dc:creator>
      <dc:date>2016-06-22T16:47:59Z</dc:date>
    </item>
  </channel>
</rss>

