Details
Description
The CLI arguments are not being processed in spark-shell. Most importantly the spark options are not being passed to the spark configuration via:
$ mahout spark-shell -D:k=n
The arguments are preserved it through
$ bin/mahout
There should be a relatively easy fix either by using the MahoutOptionParser, Scopt or by simply parsing the args array.
Attachments
Issue Links
- duplicates
-
MAHOUT-1714 Add MAHOUT_OPTS environment when running Spark shell
-
- Closed
-