You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "bochap (via GitHub)" <gi...@apache.org> on 2023/03/03 02:11:26 UTC

[GitHub] [beam] bochap opened a new issue, #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

bochap opened a new issue, #25702:
URL: https://github.com/apache/beam/issues/25702

   ### What happened?
   
   Visit https://beam.apache.org/get-started/quickstart/go/ and run all the steps till the command in `Run the quickstart`. An error message `flag provided but not defined: -inputText` will be returned. The cause is in the snippet found in [Line 59 of Apache Beam Go SDK quickstart](https://github.com/apache/beam/blob/master/website/www/site/content/en/get-started/quickstart/go.md?plain=1#L59)
   
   ```markdown
   {{< highlight >}}
   go run main.go --inputText="Greetings"
   {{< /highlight >}}
   ```
   This is inconsistent with the code which named the flag as `input-text` instead of `inputText` as shown in the snippet found in [Line 24 of main.go](https://github.com/apache/beam-starter-go/blob/main/main.go#L24)
   
   ```go
   var (
   	input_text = flag.String("input-text", "default input text", "Input text to print.")
   )
   ```
   
   
   ### Issue Priority
   
   Priority: 3 (minor)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [X] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] bochap closed issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

Posted by "bochap (via GitHub)" <gi...@apache.org>.
bochap closed issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name
URL: https://github.com/apache/beam/issues/25702


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck closed issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck closed issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name
URL: https://github.com/apache/beam/issues/25702


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] bochap commented on issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

Posted by "bochap (via GitHub)" <gi...@apache.org>.
bochap commented on issue #25702:
URL: https://github.com/apache/beam/issues/25702#issuecomment-1452845253

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] bochap commented on issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

Posted by "bochap (via GitHub)" <gi...@apache.org>.
bochap commented on issue #25702:
URL: https://github.com/apache/beam/issues/25702#issuecomment-1452871405

   Incorrect issue type


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck commented on issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck commented on issue #25702:
URL: https://github.com/apache/beam/issues/25702#issuecomment-1489287280

   Thanks for the fix!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] bochap commented on issue #25702: [Bug]: Website - Apache Beam Go SDK quickstart - Run the quickstart - Incorrect flag name

Posted by "bochap (via GitHub)" <gi...@apache.org>.
bochap commented on issue #25702:
URL: https://github.com/apache/beam/issues/25702#issuecomment-1452845807

   `.take-issue`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org