byzer-lang icon indicating copy to clipboard operation
byzer-lang copied to clipboard

Make project and modules version as the same

Open lwz9103 opened this issue 3 years ago • 2 comments

We specify the parent version with a constant version, So if the project update to a new version, we need to changes all modules parent version.

In parent pom: image

In module pom: image

lwz9103 avatar Jul 01 '21 03:07 lwz9103

Dev Design

Since maven 3.5.1, we can use the ${revision} as placeholders for the version in the pom file.

in parent pom: image

in module pom: image

lwz9103 avatar Jul 01 '21 03:07 lwz9103

@lwz9103 你有用2.1.0版本?,api部署可以正常访问?例如:http://192.168.100.3:9003/model/predict?dataType=row&data=[{"feature":[5.1,3.5,1.4,0.2]}]&sql=select rf_predict(vec_dense(feature)) as p。可是都是报org.apache.spark.sql.AnalysisException: Undefined function: 'rf_predict'. This function is neither a registered temporary function nor a permanent function registered in the database 'default'.; l 你有遇到过吗?

hecheng64 avatar Jul 01 '21 07:07 hecheng64