<?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: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example, in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102736#M15147</link>
    <description>&lt;P&gt;Thanks. It worked&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 02:40:29 GMT</pubDate>
    <dc:creator>vijayainturi</dc:creator>
    <dc:date>2016-01-19T02:40:29Z</dc:date>
    <item>
      <title>Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102727#M15138</link>
      <description>&lt;P&gt;Trying to run hive Accumulo Integration examples, but it is failing while creating the table. &lt;/P&gt;&lt;P&gt;hive -hiveconf accumulo.instance.name=accumulo -hiveconf accumulo.zookeepers=localhost -hiveconf accumulo.user.name=hive -hiveconf accumulo.user.pass=hive
WARNING: Use "yarn jar" to launch YARN applications.
2016-01-14 13:53:15,365 WARN  - [main:] ~ HiveConf of name hive.hook.dgi.url does not exist (HiveConf:2753)
2016-01-14 13:53:15,368 WARN  - [main:] ~ HiveConf of name hive.cluster.name does not exist (HiveConf:2753)&lt;/P&gt;&lt;P&gt;hive&amp;gt; CREATE TABLE accumulo_table(rowid STRING, name STRING, age INT, weight DOUBLE, height INT)
    &amp;gt; STORED BY 'org.apache.hadoop.hive.accumulo.AccumuloStorageHandler'
    &amp;gt; WITH SERDEPROPERTIES('accumulo.columns.mapping' = ':rowid,person:name,person:age,person:weight,person:height');
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Instance name accumulo does not exist in zookeeper.  Run "accumulo org.apache.accumulo.server.util.ListInstances" to see a list.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Instance name accumulo does not exist in zookeeper.  Run "accumulo org.apache.accumulo.server.util.ListInstances" to see a list.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 05:52:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102727#M15138</guid>
      <dc:creator>vijayainturi</dc:creator>
      <dc:date>2016-01-15T05:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102728#M15139</link>
      <description>&lt;P&gt;Double check that your Accumulo instance name is actually "accumulo" as you provided. You can check the Accumulo Monitor page for this information (should be displayed at the top of the web page).&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 05:54:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102728#M15139</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-01-15T05:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102729#M15140</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1377-accumulo-from-ambari.png"&gt;accumulo-from-ambari.png&lt;/A&gt; .  From ambari Installation is successful&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 06:00:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102729#M15140</guid>
      <dc:creator>vijayainturi</dc:creator>
      <dc:date>2016-01-15T06:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102730#M15141</link>
      <description>&lt;P&gt;The default Accumulo instance name is "hdp-accumulo-instance" IIRC. Try that.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 06:03:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102730#M15141</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-01-15T06:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102731#M15142</link>
      <description>&lt;P&gt;Thanks. The accumulo services are not starting, so I'm trying to delete accumulo service from Ambari, but delete was disabled  from drop down menu.  Any advise?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1407-accumulo-error.png"&gt;accumulo-error.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:12:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102731#M15142</guid>
      <dc:creator>vijayainturi</dc:creator>
      <dc:date>2016-01-18T08:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102732#M15143</link>
      <description>&lt;P&gt;I'm not sure. Maybe try creating a new question and tagging it specifically as Ambari.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:47:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102732#M15143</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-01-18T10:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102733#M15144</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1955/vijayainturi.html" nodeid="1955"&gt;@vijaya inturi&lt;/A&gt;&lt;P&gt;Delete&lt;/P&gt;&lt;P&gt;you can try this&lt;/P&gt;&lt;P&gt;curl --user admin:admin -i  -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://`hostname" target="_blank"&gt;http://`hostname&lt;/A&gt; -f`:8080/api/v1/clusters/cl1/services/ACCUMULO&lt;/P&gt;&lt;P&gt;1 - admin:admin  --&amp;gt; use your cluster username and password&lt;/P&gt;&lt;P&gt;2 - cl1 needs to be replace by your cluster name&lt;/P&gt;&lt;P&gt;3 - make sure ACCUMULO service name is correct&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:55:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102733#M15144</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-18T10:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102734#M15145</link>
      <description>&lt;P&gt;Thanks Neeraj and Josh. Finally this command worked for me after Changing the desired state to 'installed' in hostcomponentdesiredstate,servicedesiredstate and servicecomponentdesiredstate tables for component_name like 'accumulo%' &lt;/P&gt;&lt;P&gt;curl --user admin:admin -i  -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://`hostname" target="_blank"&gt;http://`hostname&lt;/A&gt; -f`:8081/api/v1/clusters/cl1/services/ACCUMULO&lt;/P&gt;&lt;P&gt;Here is the error I got before updating the tables and after running the command.&lt;/P&gt;&lt;P&gt;HTTP/1.1 500 Internal Server Error
Set-Cookie: AMBARISESSIONID=1uk6m8c30gnpp15bco5qkzd2l3;Path=/;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/plain
Content-Length: 235
Server: Jetty(8.1.17.v20150415)&lt;/P&gt;&lt;P&gt;{
  "status" : 500,
  "message" : "org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Cannot remove ACCUMULO. 
Desired state STARTED is not removable.  Service must be stopped or disabled."&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 01:56:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102734#M15145</guid>
      <dc:creator>vijayainturi</dc:creator>
      <dc:date>2016-01-19T01:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102735#M15146</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1955/vijayainturi.html" nodeid="1955"&gt;@vijaya inturi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try stopping the service via curl first.
&lt;A rel="user" href="https://community.cloudera.com/users/1955/vijayainturi.html" nodeid="1955"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	&lt;CODE&gt;curl -u admin:admin -i -H 'X-Requested-By: ambari' -X PUT -d '{"RequestInfo": {"context" :"Stop ACCUMULO via REST"}, "Body": {"ServiceInfo": {"state": "INSTALLED"}}}' &lt;A href="http://`hostname" target="_blank"&gt;http://`hostname&lt;/A&gt; -f`:8081/api/v1/clusters/cl1/services/ACCUMULO&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 02:03:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102735#M15146</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-01-19T02:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone familiar with accumulo word count example? I'm trying to hive accumulo integration example,</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102736#M15147</link>
      <description>&lt;P&gt;Thanks. It worked&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 02:40:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Anyone-familiar-with-accumulo-word-count-example-I-m-trying/m-p/102736#M15147</guid>
      <dc:creator>vijayainturi</dc:creator>
      <dc:date>2016-01-19T02:40:29Z</dc:date>
    </item>
  </channel>
</rss>

