Installing the Custom Sample Operator for your Version
Before building, running, and uploading the samples to the TIBCO Data Science - Team Studio installation, download the custom operator compatible with the product version.
These steps have been tested on both OSX and Microsoft Windows, although the steps should also work easily on a Linux system.
Before you begin
- Install and configure the tools Java, Maven, and Git.
- Download the TIBCO Data Science - Team Studio Custom Operator Framework.
- Procedure
- Create a directory for the custom operators locally for testing.
- Change to that directory using
cd myAlpineDirectory/.where
cd myAlpineDirectory/is the directory you created. - From the following table, select the branch that matches your version.
(Different versions of the Custom Operator Framework map to different versions of the TIBCO Data Science - Team Studio software.)
Product Version Custom Operator SDK Samples Branch Name Spark Version 5.6.1 Version 1.0, Scaladoc, SDK Source, Samples branch-5.6.11.3.1 5.7.x Version 1.3, Scaladoc, SDK Source, Samples branch-5.71.5.1 5.8.x Version 1.4.2, Scaladoc, SDK Source, Samples branch-5.81.5.1 5.9.x Version 1.5.1, Scaladoc, SDK Source, Samples branch-5.91.5.1 6.0 Version 1.6, Scaladoc, SDK Source, Samples branch-6.01.5.1 6.1 Version 1.7, Scaladoc, SDK Source, Samples branch-6.11.6.1 6.2 Version 1.8, Scaladoc, SDK Source, Samples branch-6.21.6.1 6.3 Version 1.9, Scaladoc, SDK Source, Samples branch-6.31.6.1 6.4 Version 1.10, Scaladoc, SDK Source, Samples branch-6.42.1.2 6.5 Version 1.11, Scaladoc, SDK Source, Samples branch-6.42.1.2 6.6 Version 1.12,Scaladoc, SDK Source, Samples branch-6.42.1.2 - Type the following command to install the correct version of the samples.
git clone https://github.com/AlpineNow/CustomPlugins.git cd CustomPlugins/ git checkout branch-6.4 # replace with the branch name from the table above
What to do nextCompile the samples.