Github user yinxusen commented on the pull request:
https://github.com/apache/spark/pull/11320#issuecomment-189179012
@dongjoon-hyun For the section of streaming linear regression:
http://spark.apache.org/docs/latest/mllib-linear-methods.html#streaming-linear-regression,
we should change the following sentence:
> Anytime a text file is placed in **/training/data/dir** the model will
update. Anytime a text file is placed in **/testing/data/** dir you will see
predictions. As you feed more data to the training directory, the predictions
will get better!
Substituting the bold words with `args(0)` and `args(1)` in Scala;
`sys.argv[1]` and `sys.argv[2]` for Python.
---
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]