<?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 Installing Mahout with apt-get, now how do I run the examples? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1623#M255</link>
    <description>&lt;P&gt;Hi, according to the Cloudera blog, Mahout is now part of CDH. But in the docs it just says to 'sudo apt-get install mahout' with no mention of versions or dependencies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I did that, but now I can't even test it because unlike for the tarball install, the examples included have no docs. &amp;nbsp;You can't use the Mahout docs because those assume a tarball install that gives you things that this package does not. &amp;nbsp;Is that true? How do you run the examples? &amp;nbsp;Under /usr/lib/mahout/ there is a mahout-examples-0.7-cdh4.0.jar file, but it has no scripts and there are no docs for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 08:47:58 GMT</pubDate>
    <dc:creator>herdrick</dc:creator>
    <dc:date>2022-09-16T08:47:58Z</dc:date>
    <item>
      <title>Installing Mahout with apt-get, now how do I run the examples?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1623#M255</link>
      <description>&lt;P&gt;Hi, according to the Cloudera blog, Mahout is now part of CDH. But in the docs it just says to 'sudo apt-get install mahout' with no mention of versions or dependencies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I did that, but now I can't even test it because unlike for the tarball install, the examples included have no docs. &amp;nbsp;You can't use the Mahout docs because those assume a tarball install that gives you things that this package does not. &amp;nbsp;Is that true? How do you run the examples? &amp;nbsp;Under /usr/lib/mahout/ there is a mahout-examples-0.7-cdh4.0.jar file, but it has no scripts and there are no docs for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 08:47:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1623#M255</guid>
      <dc:creator>herdrick</dc:creator>
      <dc:date>2022-09-16T08:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Mahout with apt-get, now how do I run the examples?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1635#M256</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks for posting. The docs of mahout are bundled in a separate package (to reduce the cruft for people who don't care about downloaded docs). For that you can install the mahout-doc package using 'sudo apt-get install mahout-doc'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The contents should go under /usr/share/doc/mahout* and you should be able to pick it up from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have any further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And, good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:29:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1635#M256</guid>
      <dc:creator>mgrover</dc:creator>
      <dc:date>2013-09-18T20:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Mahout with apt-get, now how do I run the examples?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1643#M257</link>
      <description>&lt;P&gt;Great, that works, thanks! BTW you might consider getting someone there to change docs like this page to reflect that:&amp;nbsp;&lt;A href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/4.3.0/CDH4-Installation-Guide/cdh4ig_topic_24_2.html" target="_blank"&gt;http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/4.3.0/CDH4-Installation-Guide/cdh4ig_topic_24_2.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 22:49:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1643#M257</guid>
      <dc:creator>herdrick</dc:creator>
      <dc:date>2013-09-18T22:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Mahout with apt-get, now how do I run the examples?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1645#M258</link>
      <description>&lt;P&gt;Thanks, will do!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2013 22:58:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Installing-Mahout-with-apt-get-now-how-do-I-run-the-examples/m-p/1645#M258</guid>
      <dc:creator>mgrover</dc:creator>
      <dc:date>2013-09-18T22:58:56Z</dc:date>
    </item>
  </channel>
</rss>

