Skip to content

Commit ff7a133

Browse files
Merge pull request #96 from IBMStreams/cpd35
correct instructions
2 parents 5f5dd61 + 44e4087 commit ff7a133

14 files changed

+65
-8
lines changed

Streams-BasicSample.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"from icpd_core import icpd_util\n",
8888
"from streamsx.topology import context\n",
8989
"\n",
90-
"streams_instance_name = \"sample-stremas\" ## Change this to Streams instance\n",
90+
"streams_instance_name = \"sample-streams\" ## Change this to Streams instance\n",
9191
"try:\n",
9292
" cfg=icpd_util.get_service_instance_details(name=streams_instance_name, instance_type=\"streams\")\n",
9393
"except TypeError:\n",

Streams-CPD-WMLScoringSample.ipynb

+7-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"id": "e0973593-fcb6-4b3e-bf76-61b78f5994b7"
77
},
88
"source": [
9-
"<table style=\"border: none\" align=\"left\">\n",
10-
" <tr style=\"border: none\">\n",
11-
" <th style=\"border: none\"><font face=\"verdana\" size=\"5\" color=\"black\"><b>Use WML online scoring on CPD to predict Iris species on streaming data</b></th>\n",
12-
"</table>"
9+
"## Use a Watson Machine Learning model with streaming data in Cloud Pak for Data"
1310
]
1411
},
1512
{
@@ -1244,8 +1241,13 @@
12441241
"\n",
12451242
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
12461243
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#submit). This will list all of the job runs for that job.\n",
1247-
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
1244+
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above. \n",
1245+
" 1. This will open the Job Details page.\n",
12481246
" \n",
1247+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
1248+
" \n",
1249+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
1250+
"\n",
12491251
"\n",
12501252
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n",
12511253
"\n",

Streams-DatabaseSample.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,11 @@
438438
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
439439
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#launch). This will list all of the job runs for that job.\n",
440440
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
441+
" 1. This will open the Job Details page.\n",
441442
" \n",
443+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
444+
" \n",
445+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot.\n",
442446
"\n",
443447
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n"
444448
]

Streams-EventStoreSample.ipynb

+5
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@
507507
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
508508
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#launch). This will list all of the job runs for that job.\n",
509509
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
510+
" 1. This will open the Job Details page.\n",
511+
" \n",
512+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
513+
" \n",
514+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
510515
" \n",
511516
"\n",
512517
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n"

Streams-EventStreamsSample.ipynb

+6
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,12 @@
560560
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#launch). This will list all of the job runs for that job.\n",
561561
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
562562
" \n",
563+
" 1. This will open the Job Details page.\n",
564+
" \n",
565+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
566+
" \n",
567+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
568+
"\n",
563569
"\n",
564570
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n",
565571
"\n",

Streams-HbaseSample.ipynb

+6
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,13 @@
397397
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
398398
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed in section 3](#launch). This will list all of the job runs for that job.\n",
399399
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
400+
" 1. This will open the Job Details page.\n",
400401
" \n",
402+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
403+
" \n",
404+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
405+
"\n",
406+
"\n",
401407
"\n",
402408
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4)."
403409
]

Streams-HdfsSample.ipynb

+6-1
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,13 @@
486486
"\n",
487487
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
488488
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed in section 3](#submit). This will list all of the job runs for that job.\n",
489-
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
489+
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above. \n",
490+
" 1. This will open the Job Details page.\n",
490491
" \n",
492+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
493+
" \n",
494+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
495+
"\n",
491496
"\n",
492497
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4)."
493498
]

Streams-KafkaBasicSample.ipynb

+5
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,12 @@
590590
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
591591
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#launch). This will list all of the job runs for that job.\n",
592592
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
593+
" 1. This will open the Job Details page.\n",
593594
" \n",
595+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
596+
" \n",
597+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
598+
"\n",
594599
"\n",
595600
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n",
596601
"<a name=\"cancel\"></a>\n",

Streams-KafkaParallelSample.ipynb

+5
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,11 @@
687687
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
688688
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#launch). This will list all of the job runs for that job.\n",
689689
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
690+
" 1. This will open the Job Details page.\n",
691+
" \n",
692+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
693+
" \n",
694+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
690695
" \n",
691696
"\n",
692697
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n",

Streams-PMMLScoringSample.ipynb

+5
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,11 @@
605605
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
606606
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#submit). This will list all of the job runs for that job.\n",
607607
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
608+
" 1. This will open the Job Details page.\n",
609+
" \n",
610+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
611+
" \n",
612+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
608613
" \n",
609614
"\n",
610615
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4).\n"

Streams-QuerySample.ipynb

+6-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,12 @@
694694
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
695695
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed in section 3](#launch). This will list all of the job runs for that job.\n",
696696
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
697-
" \n",
697+
" 1. This will open the Job Details page.\n",
698+
"\n",
699+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
700+
"\n",
701+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
702+
" \n",
698703
"\n",
699704
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4)."
700705
]

Streams-RollingAverageSample.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,11 @@
663663
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
664664
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed in section 3](#launch). This will list all of the job runs for that job.\n",
665665
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
666+
" 1. This will open the Job Details page.\n",
666667
" \n",
668+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
669+
" \n",
670+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot. \n",
667671
"\n",
668672
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4)."
669673
]

Streams-SPLToolkitsTutorial.ipynb

+5
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,11 @@
434434
" 1. Open your project and click on the **Jobs** tab. This will show a list of the project's jobs.\n",
435435
" 1. Under the **Job name** column, find your job based on the `Job Name` [printed when you submitted the job](#submit). This will list all of the job runs for that job.\n",
436436
" 1. Click the **Run name** to open the job run. The run name will be the same as the `Job Name` printed above.\n",
437+
" 1. This will open the Job Details page.\n",
438+
" \n",
439+
" 1. To open the Job Graph, click the **Streams job graph** link.\n",
440+
" \n",
441+
" 1. To download logs, click the **Logs** tab and click **Create snapshot**, then download the snapshot.\n",
437442
" \n",
438443
"\n",
439444
"- **For all other development environments and versions of Streams**, [see this page for more information](http://ibmstreams.github.io/streamsx.documentation/docs/spl/quick-start/qs-4)."

cp4d-streams-project.zip

5.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)