You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "DB Tsai (JIRA)" <ji...@apache.org> on 2015/04/28 09:55:07 UTC

[jira] [Updated] (SPARK-7191) SharedParamsCodeGen doesn't import org.apache.spark.util.Utils

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

DB Tsai updated SPARK-7191:
---------------------------
    Description: When we run `build/sbt "mllib/runMain org.apache.spark.ml.param.shared.SharedParamsCodeGen"`, the generated `sharedParams.scala` doesn't import `org.apache.spark.util.Utils` which will cause compilation error. PS, it's better to exclude `sharedParams.scala` in git, and dynamically generate it in maven and SBT.  (was: When we run `build/sbt "mllib/runMain org.apache.spark.ml.param.shared.SharedParamsCodeGen"`, the generated `sharedParams.scala` doesn't import `org.apache.spark.util.Utils` which will cause compilation error.)

> SharedParamsCodeGen doesn't import org.apache.spark.util.Utils
> --------------------------------------------------------------
>
>                 Key: SPARK-7191
>                 URL: https://issues.apache.org/jira/browse/SPARK-7191
>             Project: Spark
>          Issue Type: Bug
>          Components: ML
>            Reporter: DB Tsai
>            Priority: Critical
>
> When we run `build/sbt "mllib/runMain org.apache.spark.ml.param.shared.SharedParamsCodeGen"`, the generated `sharedParams.scala` doesn't import `org.apache.spark.util.Utils` which will cause compilation error. PS, it's better to exclude `sharedParams.scala` in git, and dynamically generate it in maven and SBT.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org