Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors trying to submit MessageHubIngest with streamx-runner #1

Open
pdettori opened this issue Feb 26, 2018 · 0 comments
Open

Errors trying to submit MessageHubIngest with streamx-runner #1

pdettori opened this issue Feb 26, 2018 · 0 comments

Comments

@pdettori
Copy link

I have been using latest version of streamsx-runner to submit. The command is:

streamsx-runner    --job-name    messagehub-ingest    --service-name    streaming-analytics    --main-composite    com.ibm.streamsx.clickstream.ingest::MessageHubIngest    --toolkits    $PRJ_HOME/streamsx.clickstream/sample/001_Clickstream_MessageHub_Ingest $PRJ_HOME/streamsx.clickstream/sample/000_Clickstream_DSX_Types $PRJ_HOME/streamsx.clickstream/com.ibm.streamsx.spl.util    --submission-parameters  "messageHubTopic=dsxClkStrm throttleRate=100000000.0 exportKind=dsxClkStrmTupleStream"

I ran in the following issues:

  1. There was an error saying that the main composite com.ibm.streamsx.clickstream.ingest::MessageHubIngest was not visible. To fix that, I had to make it public.
  2. Once the job starts, there is a problem with FileSinkClkStrm. It requires a data_directory configured, which cannot be provided with streamsx-runner (and it is not clear if that can be used with the bluemix service). So to make it work I had to comment that operator out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant