You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Andrew Palumbo (JIRA)" <ji...@apache.org> on 2015/06/18 21:45:01 UTC

[jira] [Resolved] (MAHOUT-1643) CLI arguments are not being processed in spark-shell

     [ https://issues.apache.org/jira/browse/MAHOUT-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Palumbo resolved MAHOUT-1643.
------------------------------------
    Resolution: Not A Problem

> CLI arguments are not being processed in spark-shell
> ----------------------------------------------------
>
>                 Key: MAHOUT-1643
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1643
>             Project: Mahout
>          Issue Type: Improvement
>          Components: CLI, spark
>    Affects Versions: 0.10.0
>         Environment: spark spark-shell
>            Reporter: Andrew Palumbo
>              Labels: DSL, scala, spark, spark-shell
>             Fix For: 0.11.0
>
>
> The CLI arguments are not being processed in spark-shell.  Most importantly the spark options are not being passed to the spark configuration via:
> {code}
> $ mahout spark-shell -D:k=n
> {code}
> The arguments are preserved it through {code}$ bin/mahout{code}There should be a relatively easy fix either by using the MahoutOptionParser, Scopt or by simply parsing the args array. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)