You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Trevor Grant (JIRA)" <ji...@apache.org> on 2017/02/24 14:36:44 UTC

[jira] [Updated] (MAHOUT-1902) Parse Spark and Mahout variable arguments from the Mahout spark-shell

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

Trevor Grant updated MAHOUT-1902:
---------------------------------
    Description: 
The {{Spark spark-shell}} allows for spark variables to be supplied at the command line, e.g.:

{code}
spark-shell --driver-memory 4g
{code}

The mahout shell does not have an argument parser for CLI vars.  We should allow for variables to be set in the same fashion; e.g.:

{code}
mahout spark-shell --driver-memory 4g
{code}

This would be a good issue for someone who wants to start working on mahout, to get familiar with the codebase.


  was:
The {{Spark spark-shell}} allows for spark variables to be supplied at the command line, e.g.:

{code}
spark-shell -Dspark.executor.memory=4g
{code}

The mahout shell does not have an argument parser for CLI vars.  We should allow for variables to be set in the same fashion; e.g.:

{code}
mahout spark-shell -Dspark.executor.memory=4g
{code}

This would be a good issue for someone who wants to start working on mahout, to get familiar with the codebase.



> Parse Spark and Mahout variable arguments from the Mahout spark-shell
> ---------------------------------------------------------------------
>
>                 Key: MAHOUT-1902
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1902
>             Project: Mahout
>          Issue Type: Bug
>          Components: Mahout spark shell
>    Affects Versions: 0.12.2
>            Reporter: Andrew Palumbo
>              Labels: newbie
>             Fix For: 1.0.0, 0.14.0, 0.13.1
>
>
> The {{Spark spark-shell}} allows for spark variables to be supplied at the command line, e.g.:
> {code}
> spark-shell --driver-memory 4g
> {code}
> The mahout shell does not have an argument parser for CLI vars.  We should allow for variables to be set in the same fashion; e.g.:
> {code}
> mahout spark-shell --driver-memory 4g
> {code}
> This would be a good issue for someone who wants to start working on mahout, to get familiar with the codebase.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)