Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/18550#discussion_r126047805
--- Diff: docs/structured-streaming-kafka-integration.md ---
@@ -607,5 +609,9 @@ and its dependencies can be directly added to
`spark-submit` using `--packages`,
./bin/spark-submit --packages
org.apache.spark:spark-sql-kafka-0-10_{{site.SCALA_BINARY_VERSION}}:{{site.SPARK_VERSION_SHORT}}
...
+For experimenting on `spark-shell`, you can also use `--packages` to add
`spark-sql-kafka-0-10_{{site.SCALA_BINARY_VERSION}}` and its dependencies
directly,
--- End diff --
I see. In the `Linking` section, there is a warning `need to add`. So, I
think we had better to be more clear here.
```
For experimenting on `spark-shell`, you need to add this above library and
its dependencies too when invoking `spark-shell`. Also see the
[Deploying](#deploying) subsection below.
```
For the `Deploy` section, it looks like that as you said.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]