Skip to content

Commit

Permalink
Remove duplicated "the" (#520)
Browse files Browse the repository at this point in the history
Thanks for the fixes @benelog
  • Loading branch information
benelog authored Aug 6, 2024
1 parent ee0cf32 commit 83283c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ For example if you have deployed a stream pipeline named `scdf-stream-traces` yo

![SCDF Wavefront](images/SCDF-stream-tracing-wavefront-search.png)

Push the the `Search` button and the Wavefront dashboards will show similar to the following image:
Push the `Search` button and the Wavefront dashboards will show similar to the following image:

![SCDF Tracing Wavefront](images/SCDF-stream-tracing-wavefront.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ dataflow:>job execution display --id 1

#### Verify Data

When the the batch job runs, it processes the file in the local directory (`/tmp/local-files`), transforms each item to uppercase names, and inserts it into the database.
When the batch job runs, it processes the file in the local directory (`/tmp/local-files`), transforms each item to uppercase names, and inserts it into the database.

You can use any database tool that supports the H2 database to inspect the data.
In this example, we use the DBeaver database tool.
Expand Down Expand Up @@ -518,7 +518,7 @@ dataflow:>job execution display --id 1

#### Verify Data

When the the batch job runs, it processes the file in the local directory (`/var/scdf/shared-files`), transforms each item to uppercase names, and inserts it into the database.
When the batch job runs, it processes the file in the local directory (`/var/scdf/shared-files`), transforms each item to uppercase names, and inserts it into the database.

Use [PivotalMySQLWeb](https://github.com/pivotal-cf/PivotalMySQLWeb) to inspect the data.

Expand Down Expand Up @@ -713,7 +713,7 @@ dataflow:>job execution display --id 1

#### Verify Data

When the the batch job runs, it processes the file in the local directory (`/staging/shared-files`), transforms each item to uppercase names, and inserts it into the database.
When the batch job runs, it processes the file in the local directory (`/staging/shared-files`), transforms each item to uppercase names, and inserts it into the database.

Open a shell in the `mysql` container to query the `people` table:

Expand Down

0 comments on commit 83283c5

Please sign in to comment.