<?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: How to build oryx in eclipse in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7097#M1232</link>
    <description>&lt;P&gt;oryx-kmeans-computation pom.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;build&amp;gt;&lt;BR /&gt;&amp;lt;pluginManagement&amp;gt;&lt;BR /&gt;&amp;lt;plugins&amp;gt;&lt;BR /&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;&amp;lt;groupId&amp;gt;org.apache.avro&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;lt;artifactId&amp;gt;avro-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;&amp;lt;groupId&amp;gt;org.codehaus.mojo&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;lt;artifactId&amp;gt;build-helper-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;lt;artifactId&amp;gt;maven-failsafe-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&amp;lt;/plugins&amp;gt;&lt;BR /&gt;&amp;lt;/pluginManagement&amp;gt;&lt;BR /&gt;&amp;lt;/build&amp;gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2014 09:44:20 GMT</pubDate>
    <dc:creator>Xuesong</dc:creator>
    <dc:date>2014-03-05T09:44:20Z</dc:date>
    <item>
      <title>How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7081#M1229</link>
      <description>&lt;P&gt;Hi Sean,&lt;BR /&gt;I got the Oryx code in github.&lt;BR /&gt;I import the source code into eclipse, it occur some Java problems. Please tell me how to build the source in eclipse.&lt;BR /&gt;&lt;BR /&gt;My develop OS is Windows Server 2012, and the following commands are running OK in PowerShell.&lt;BR /&gt;git clone &lt;A target="_blank" href="https://github.com/cloudera/oryx.git"&gt;https://github.com/cloudera/oryx.git&lt;/A&gt;&lt;BR /&gt;cd oryx&lt;BR /&gt;mvn -DskipTests install&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 15:15:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7081#M1229</guid>
      <dc:creator>Xuesong</dc:creator>
      <dc:date>2022-09-16T15:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7089#M1230</link>
      <description>&lt;P&gt;It would be helpful to know what errors you are getting. It should build fine with Maven, as you show.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 08:11:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7089#M1230</guid>
      <dc:creator>srowen</dc:creator>
      <dc:date>2014-03-05T08:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7095#M1231</link>
      <description>&lt;P&gt;When I inport the oryx source, it shows avro-maven-plugin and maven-antrun-plugin error.&lt;/P&gt;&lt;P&gt;So I add&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;pluginManagement&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;tag to the pom.xml to solve the issues. Then&amp;nbsp;most of the problems are solved.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But there are two compilation error in kmeans-computation/src/main/java/com/cloudera/oryx/kmeans/computation/MLAvros.java VectorConvert.java&amp;nbsp;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;import com.cloudera.oryx.kmeans.computation.avro.MLVector;&lt;BR /&gt;import com.cloudera.oryx.kmeans.computation.avro.MLWeightedVector;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:40:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7095#M1231</guid>
      <dc:creator>Xuesong</dc:creator>
      <dc:date>2014-03-05T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7097#M1232</link>
      <description>&lt;P&gt;oryx-kmeans-computation pom.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;build&amp;gt;&lt;BR /&gt;&amp;lt;pluginManagement&amp;gt;&lt;BR /&gt;&amp;lt;plugins&amp;gt;&lt;BR /&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;&amp;lt;groupId&amp;gt;org.apache.avro&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;lt;artifactId&amp;gt;avro-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;&amp;lt;groupId&amp;gt;org.codehaus.mojo&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;lt;artifactId&amp;gt;build-helper-maven-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&amp;lt;plugin&amp;gt;&lt;BR /&gt;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;&lt;BR /&gt;&amp;lt;artifactId&amp;gt;maven-failsafe-plugin&amp;lt;/artifactId&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&amp;lt;/plugins&amp;gt;&lt;BR /&gt;&amp;lt;/pluginManagement&amp;gt;&lt;BR /&gt;&amp;lt;/build&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:44:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7097#M1232</guid>
      <dc:creator>Xuesong</dc:creator>
      <dc:date>2014-03-05T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7099#M1233</link>
      <description>&lt;P&gt;I think it would be better if there is a introduction of building with Eclipse.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:49:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7099#M1233</guid>
      <dc:creator>Xuesong</dc:creator>
      <dc:date>2014-03-05T09:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7101#M1234</link>
      <description>&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;What development tool do you use to write code for oryx?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 10:24:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7101#M1234</guid>
      <dc:creator>Xuesong</dc:creator>
      <dc:date>2014-03-05T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7103#M1235</link>
      <description>&lt;P&gt;The project uses Maven for builds. Eclipse supports Maven builds directly, so therefore supports Eclipse. (Or if there are any problems, it is in the Eclipse integration with Maven.) I use IntelliJ and recommend it, but, there is nothing additional to say here about working with Eclipse. It just works, because the Maven build works, and Eclipse uses Maven builds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you modified the build? You say for example that you had to add the avro plugin to pluginManagement, but it is certainly already there in the parent POM:&amp;nbsp;&lt;A target="_blank" href="https://github.com/cloudera/oryx/blob/master/pom.xml#L671"&gt;https://github.com/cloudera/oryx/blob/master/pom.xml#L671&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You say there is a compile error, but the dependencies you seem to be missing are correctly specified in the POM already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is: you can verify that the build is correct with "mvn compile".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to clarify what you are doing because I don't think you are building the project as-is.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 10:48:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7103#M1235</guid>
      <dc:creator>srowen</dc:creator>
      <dc:date>2014-03-05T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to build oryx in eclipse</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7107#M1236</link>
      <description>&lt;P&gt;Yes, you are right. It's error about Eclipse integration with maven. And I change my dev tools to IntelliJ IDEA.&lt;/P&gt;&lt;P&gt;Thank you for helping me that a Windows Phone and Windows Azure developer.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:20:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-build-oryx-in-eclipse/m-p/7107#M1236</guid>
      <dc:creator>Xuesong</dc:creator>
      <dc:date>2014-03-05T14:20:36Z</dc:date>
    </item>
  </channel>
</rss>

