IBMStreams / streamsx.parquet

(Incubation) Toolkit providing adapters to Parquet
https://ibmstreams.github.io/streamsx.parquet
Other
5 stars 5 forks source link

Correct way to install this toolkit? #5

Closed phcaptjim closed 6 years ago

phcaptjim commented 6 years ago

I am attempting to install this toolkit but I am having issues getting it to appear in Streams Studio. I should point out this is the first toolkit I have set out to install. I've cloned this toolkit to the following folder location:

/opt/ibm/InfoSphere_Streams/4.2.1.1/toolkits/com.ibm.streamsx.parquet

Inside of the that directory the contents looks like this:

-rw-rw-r--  1 admin admin 5721 Jul 16 14:28 build.xml
drwxrwxr-x  3 admin admin 4096 Jul 16 14:28 com.ibm.streamsx.parquet
drwxrwxr-x  4 admin admin 4096 Jul 16 14:30 .gradle
drwxrwxr-x  4 admin admin 4096 Jul 16 14:28 impl
-rw-rw-r--  1 admin admin 477 Jul 16 14:28 info.xml
drwxrwxr-x  2 admin admin 4096 Jul 16 14:28 lib
-rw-rw-r--  1 admin admin 516 Jul 16 14:28 LICENSE.md
-rw-rw-r--  1 admin admin 3407 Jul 16 14:28 pom.xml
drwxrwxr-x  3 admin admin 4096 Jul 16 14:28 test

I performed a gradle build on this toolkit although I am not sure that step was necessary. It seems like everything is in place but the toolkit does not appear in Streams Studio. Any idea on what step I am missing here? Thanks!

phcaptjim commented 6 years ago

I was able to compile using ANT. Just be sure that Ant and Maven are installed and the environment variables are set properly in your .bashrc (linux).