wolfboys commented on code in PR #1910:
URL:
https://github.com/apache/incubator-streampark/pull/1910#discussion_r1009021494
##########
streampark-common/src/main/scala/org/apache/streampark/common/conf/Workspace.scala:
##########
@@ -125,5 +125,10 @@ case class Workspace(storageType: StorageType) {
*/
lazy val APP_JARS = s"$WORKSPACE/jars"
+ /**
+ * project archives path
+ */
+ lazy val ARCHIVES_FILE_PATH =
s"${Workspace.remote.WORKSPACE}/historyserver/archive"
Review Comment:
Currently, defined in `case class Workspace`, need to move to `object
Workspace`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]