<?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 Batch indexing from HBase using MR in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Batch-indexing-from-HBase-using-MR/m-p/6123#M1135</link>
    <description>&lt;P&gt;I have a large pile of web pages in HBase that I'm trying to index into Cloudera Search following the online docs.&amp;nbsp; I'm running the job like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hadoop jar /usr/lib/hbase-solr/tools/hbase-indexer-mr-1.3-search-1.1.0-job.jar --hbase-table-name clueweb12 --zk-host 192.168.0.1/solr --collection cw12 --morphline-file morphlines.conf --hbase-indexer-file morphline-hbase-mapper.xml --reducers 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and this runs just fine: documents are indexed following the morphline spec I gave it.&amp;nbsp; Except, it's running everything as a local job on the machine I launched the job from.&amp;nbsp; In other words, no mappers anywhere else on my cluster.&amp;nbsp; Log messages from INFO mapred.LocalJobRunner.&amp;nbsp; At this rate it'll take several months &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster is working otherwise fine... MR and MRv2 jobs work, HDFS all ok, HBase fine, Solr fine, all on CDH4.5.&amp;nbsp; I get an odd error message but it doesn't stop the job:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14/02/12 09:35:32 ERROR mapreduce.TableInputFormatBase: Cannot resolve the host name for /192.168.0.7 because of javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name '7.0.168.192.in-addr.arpa'&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I don't know if this is a red herring or not.&amp;nbsp; It shouldn't be happening... everything is using static IPs in /etc/hosts.&amp;nbsp; And as I said everything otherwise is working, it's just that this particular jar won't run parallel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I figure out why this job won't go MR?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 08:54:01 GMT</pubDate>
    <dc:creator>isoboroff</dc:creator>
    <dc:date>2022-09-16T08:54:01Z</dc:date>
    <item>
      <title>Batch indexing from HBase using MR</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Batch-indexing-from-HBase-using-MR/m-p/6123#M1135</link>
      <description>&lt;P&gt;I have a large pile of web pages in HBase that I'm trying to index into Cloudera Search following the online docs.&amp;nbsp; I'm running the job like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hadoop jar /usr/lib/hbase-solr/tools/hbase-indexer-mr-1.3-search-1.1.0-job.jar --hbase-table-name clueweb12 --zk-host 192.168.0.1/solr --collection cw12 --morphline-file morphlines.conf --hbase-indexer-file morphline-hbase-mapper.xml --reducers 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and this runs just fine: documents are indexed following the morphline spec I gave it.&amp;nbsp; Except, it's running everything as a local job on the machine I launched the job from.&amp;nbsp; In other words, no mappers anywhere else on my cluster.&amp;nbsp; Log messages from INFO mapred.LocalJobRunner.&amp;nbsp; At this rate it'll take several months &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cluster is working otherwise fine... MR and MRv2 jobs work, HDFS all ok, HBase fine, Solr fine, all on CDH4.5.&amp;nbsp; I get an odd error message but it doesn't stop the job:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14/02/12 09:35:32 ERROR mapreduce.TableInputFormatBase: Cannot resolve the host name for /192.168.0.7 because of javax.naming.NameNotFoundException: DNS name not found [response code 3]; remaining name '7.0.168.192.in-addr.arpa'&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I don't know if this is a red herring or not.&amp;nbsp; It shouldn't be happening... everything is using static IPs in /etc/hosts.&amp;nbsp; And as I said everything otherwise is working, it's just that this particular jar won't run parallel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I figure out why this job won't go MR?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:54:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Batch-indexing-from-HBase-using-MR/m-p/6123#M1135</guid>
      <dc:creator>isoboroff</dc:creator>
      <dc:date>2022-09-16T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Batch indexing from HBase using MR</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Batch-indexing-from-HBase-using-MR/m-p/6543#M1136</link>
      <description>I figured out my problem. I forgot to export HADOOP_MAPRED_HOME.</description>
      <pubDate>Wed, 19 Feb 2014 16:42:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Batch-indexing-from-HBase-using-MR/m-p/6543#M1136</guid>
      <dc:creator>isoboroff</dc:creator>
      <dc:date>2014-02-19T16:42:15Z</dc:date>
    </item>
  </channel>
</rss>

