Skip to content

Commit

Permalink
Merge pull request #56 from IBMStreams/revert-52-inputformat
Browse files Browse the repository at this point in the history
Revert "InputformatReader initial drop."
  • Loading branch information
hildrum committed Sep 2, 2015
2 parents fe9b94d + 0bdba48 commit e6853e0
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 812 deletions.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion com.ibm.streamsx.hdfs/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
</attributes>
</classpathentry>
<classpathentry kind="lib" path="opt/downloaded/hadoop-common-2.1.2-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="opt/inputformatreader/hadoop-core.jar"/>
<classpathentry kind="output" path="impl/java/bin"/>
</classpath>
4 changes: 0 additions & 4 deletions com.ibm.streamsx.hdfs/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,11 @@
<path id="cp.ext.libs">
<fileset dir="${ext.downloads.dir}"/>
</path>
<path id="cp.inputformat.libs">
<fileset dir="opt/inputformatreader"/>
</path>


<path id="cp.compile">
<path refid="cp.streams" />
<path refid="cp.ext.libs" />
<path refid="cp.inputformat.libs" />
</path>

<target name="all" depends="jar,cpp"/>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion com.ibm.streamsx.hdfs/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
9. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.

</description>
<version>2.1.0</version>
<version>2.0.0</version>
<requiredProductVersion>4.0.0.0</requiredProductVersion>
</identity>
<dependencies/>
Expand Down
1 change: 0 additions & 1 deletion com.ibm.streamsx.hdfs/opt/inputformatreader/.gitignore

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34 changes: 0 additions & 34 deletions demos/WordCount/.project

This file was deleted.

Loading

0 comments on commit e6853e0

Please sign in to comment.