You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to compile the works-core component using Maven (3.6.2)
The java class de/kp/works/core/ml/RFRegressorConfig.java contains references to the old CDAP (co.cask.cdap instead of io.cdap.cdap)
That same class inherits de.kp.works.core.BaseRegressorConfig which does not exist in master.
Works-TS doesn't compile (TSUtils is missing)
Works-text doesn't compile - has many references to old CDAP (co.cask.cdap instead of io.cdap.cdap)
There may be other issues. It looks like a clean build from a git pull is not possible. Can you help ?
I am looking for a Spark NLP compatible plugin for CDAP 6.2.0
The text was updated successfully, but these errors were encountered:
I am unable to compile the works-core component using Maven (3.6.2)
de/kp/works/core/ml/RFRegressorConfig.java
contains references to the old CDAP (co.cask.cdap
instead ofio.cdap.cdap
)de.kp.works.core.BaseRegressorConfig
which does not exist in master.Works-TS doesn't compile (TSUtils is missing)
Works-text doesn't compile - has many references to old CDAP (
co.cask.cdap
instead ofio.cdap.cdap
)There may be other issues. It looks like a clean build from a git pull is not possible. Can you help ?
I am looking for a Spark NLP compatible plugin for CDAP 6.2.0
The text was updated successfully, but these errors were encountered: