Github user ogeagla commented on the pull request:
https://github.com/apache/spark/pull/4580#issuecomment-99811036
Now the issue looks like this:
`[error]
/home/jenkins/workspace/SparkPullRequestBuilder@2/mllib/src/main/scala/org/apache/spark/ml/feature/ElementwiseProduct.scala:34:
class ElementwiseProduct needs to be abstract, since method
createTransformFunc in class UnaryTransformer of type =>
org.apache.spark.mllib.linalg.Vector => org.apache.spark.mllib.linalg.Vector is
not defined
[error] class ElementwiseProduct extends UnaryTransformer[Vector, Vector,
ElementwiseProduct] {
[error] ^
[error]
/home/jenkins/workspace/SparkPullRequestBuilder@2/mllib/src/main/scala/org/apache/spark/ml/feature/ElementwiseProduct.scala:48:
method createTransformFunc overrides nothing.
[error] Note: the super classes of class ElementwiseProduct contain the
following, non final members named createTransformFunc:
[error] protected def createTransformFunc:
org.apache.spark.mllib.linalg.Vector => org.apache.spark.mllib.linalg.Vector
[error] override protected def createTransformFunc(paramMap: ParamMap):
Vector => Vector = {
[error] ^
[error] two errors found`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]