<?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>topic This repository holds some in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Gearpump-Java-Examples/m-p/1049967#M49535</link>
    <description>&lt;P&gt;This repository holds some common gearpump usage patterns with Java.&lt;/P&gt;

&lt;P&gt;The examples include:&lt;/P&gt;

&lt;P&gt;word count -- simple Java app that shows the structure of gearpump app&lt;BR /&gt;
	Kafka -&amp;gt; Kafka pipeline -- very simple example that shows how to read and write from Kafka topics&lt;BR /&gt;
	Kafka -&amp;gt; HBase pipeline -- how to read from Kafka topic, how to write to HBase&lt;/P&gt;

&lt;P&gt;To build the examples run:&lt;/P&gt;

&lt;P&gt;mvn package&lt;/P&gt;

&lt;P&gt;After build, there is a jar under target/streaming-java-template-$VERSION.jar.&lt;/P&gt;

&lt;P&gt;Start the gearpump cluster (0.4)&lt;/P&gt;

&lt;P&gt;a) Download from &lt;A href="http://www.gearpump.io/site/downloads/" target="_blank"&gt;http://www.gearpump.io/site/downloads/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;b) After extraction, start the local cluster&lt;/P&gt;

&lt;P&gt;bin/local&lt;BR /&gt;
	c) Start the UI server&lt;/P&gt;

&lt;P&gt;bin/services&lt;BR /&gt;
	Submit the jar&lt;/P&gt;

&lt;P&gt;bin/gear app -jar path/to/streaming-java-template-$VERSION.jar &amp;lt;app mainclass with package&amp;gt;&amp;nbsp;&lt;BR /&gt;
	for example:&lt;/P&gt;

&lt;P&gt;bin/gear app -jar target/streaming-java-template-$VER&lt;A href="http://www.besanttechnologies.com/training-courses/software-testing-training" target="_blank"&gt;S&lt;/A&gt;ION.jar javatemplate.WordCount&amp;nbsp;&lt;BR /&gt;
	Check the UI &lt;A href="http://127.0.0.1:8090/" target="_blank"&gt;http://127.0.0.1:8090/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;NOTE:&lt;/P&gt;

&lt;P&gt;Please use Java7 to run the cluster.&lt;/P&gt;

&lt;P&gt;You can set the ENV J&lt;A href="http://www.besanttechnologies.com/training-courses/android-training-institute-in-chennai" target="_blank"&gt;A&lt;/A&gt;VA_HOME.&lt;/P&gt;

&lt;P&gt;On windows: set JAVA_HOME={path_to_java_7}&lt;/P&gt;

&lt;P&gt;On Linux export JAVA_HOME={path_to_java_7}&lt;/P&gt;</description>
    <pubDate>Sun, 11 Oct 2015 08:19:36 GMT</pubDate>
    <dc:creator>steve_m_1</dc:creator>
    <dc:date>2015-10-11T08:19:36Z</dc:date>
    <item>
      <title>Gearpump Java Examples</title>
      <link>https://community.intel.com/t5/Software-Archive/Gearpump-Java-Examples/m-p/1049966#M49534</link>
      <description>&lt;P&gt;I am trying to get the gearpump java examples, (&lt;SPAN class="s1"&gt;2.11.5-0.6.1.4), to work. &amp;nbsp;Has anyone had any luck building them. &amp;nbsp;So far, I have figured out I need to:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="s1"&gt;1. &amp;nbsp;Build the&amp;nbsp;&lt;/SPAN&gt;gearpump-shaded-repo&amp;nbsp;project&lt;/P&gt;

&lt;P&gt;2. &amp;nbsp;Tried building the java example as is and deploying. &amp;nbsp;Got some class not found errors&lt;/P&gt;

&lt;P&gt;3. &amp;nbsp;Tried building a shaded jar out of the java examples, but got an NPE&lt;/P&gt;

&lt;P&gt;Anyone had any luck?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2015 17:26:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Gearpump-Java-Examples/m-p/1049966#M49534</guid>
      <dc:creator>Raheem_D_</dc:creator>
      <dc:date>2015-09-27T17:26:32Z</dc:date>
    </item>
    <item>
      <title>This repository holds some</title>
      <link>https://community.intel.com/t5/Software-Archive/Gearpump-Java-Examples/m-p/1049967#M49535</link>
      <description>&lt;P&gt;This repository holds some common gearpump usage patterns with Java.&lt;/P&gt;

&lt;P&gt;The examples include:&lt;/P&gt;

&lt;P&gt;word count -- simple Java app that shows the structure of gearpump app&lt;BR /&gt;
	Kafka -&amp;gt; Kafka pipeline -- very simple example that shows how to read and write from Kafka topics&lt;BR /&gt;
	Kafka -&amp;gt; HBase pipeline -- how to read from Kafka topic, how to write to HBase&lt;/P&gt;

&lt;P&gt;To build the examples run:&lt;/P&gt;

&lt;P&gt;mvn package&lt;/P&gt;

&lt;P&gt;After build, there is a jar under target/streaming-java-template-$VERSION.jar.&lt;/P&gt;

&lt;P&gt;Start the gearpump cluster (0.4)&lt;/P&gt;

&lt;P&gt;a) Download from &lt;A href="http://www.gearpump.io/site/downloads/" target="_blank"&gt;http://www.gearpump.io/site/downloads/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;b) After extraction, start the local cluster&lt;/P&gt;

&lt;P&gt;bin/local&lt;BR /&gt;
	c) Start the UI server&lt;/P&gt;

&lt;P&gt;bin/services&lt;BR /&gt;
	Submit the jar&lt;/P&gt;

&lt;P&gt;bin/gear app -jar path/to/streaming-java-template-$VERSION.jar &amp;lt;app mainclass with package&amp;gt;&amp;nbsp;&lt;BR /&gt;
	for example:&lt;/P&gt;

&lt;P&gt;bin/gear app -jar target/streaming-java-template-$VER&lt;A href="http://www.besanttechnologies.com/training-courses/software-testing-training" target="_blank"&gt;S&lt;/A&gt;ION.jar javatemplate.WordCount&amp;nbsp;&lt;BR /&gt;
	Check the UI &lt;A href="http://127.0.0.1:8090/" target="_blank"&gt;http://127.0.0.1:8090/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;NOTE:&lt;/P&gt;

&lt;P&gt;Please use Java7 to run the cluster.&lt;/P&gt;

&lt;P&gt;You can set the ENV J&lt;A href="http://www.besanttechnologies.com/training-courses/android-training-institute-in-chennai" target="_blank"&gt;A&lt;/A&gt;VA_HOME.&lt;/P&gt;

&lt;P&gt;On windows: set JAVA_HOME={path_to_java_7}&lt;/P&gt;

&lt;P&gt;On Linux export JAVA_HOME={path_to_java_7}&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:19:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Gearpump-Java-Examples/m-p/1049967#M49535</guid>
      <dc:creator>steve_m_1</dc:creator>
      <dc:date>2015-10-11T08:19:36Z</dc:date>
    </item>
  </channel>
</rss>

