[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to