I'm currently working on a project where we are use the JDBCRun operator. I'd like to store the jdbcUser, jdbcPassword, and the jdbcUrl in an application object. I've created a properties file that looks something like this:
jdbcUser=name
jdbcPassword=password
jdbcUrl=theurl
i then used the following command to create the object:
streamtool mkappconfig --propfile my_prop_file my_config_name
Once that was completed I added the JDBCRun parameter appConfigName and gave it the name I used in the mkappconfig command.
appConfigName : "my_config_name" ;
I deployed my job, but it failed. What am I doing wrong?
Customized parser 8 Answers
Unable to login to Streams console 1 Answer
Unable to login Streams Console 3 Answers
Perl RPMs for Streams installation. 1 Answer
Error - SPSS Model Building Completed But No Models Created 0 Answers