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
Accept property 'ai.project.group' for KabootarJob and Updated travis CI to use openjdk8 for avoiding build failure. (#253)
* Added support for KabootarJob job type to package trained models and make them available for Pro-ML model deployment pipeline.
* Added ";" back which was removed by IDE.
* Merged with upstream.
* Accept property 'ai.project.group' for KabootarJob
* Upgrading version in gradle.properties.
* Updating JDK to openjdk8.
* Updating the error message.
Copy file name to clipboardExpand all lines: hadoop-plugin-test/expectedOutput/negative/missingFields.out
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,6 @@ RequiredFieldsChecker ERROR: TableauJob job19 must set workbookName
45
45
RequiredFieldsChecker ERROR: HdfsWaitJob job20 must set dirPath, freshness, timeout, and forceJobToFail
46
46
RequiredFieldsChecker ERROR: VenicePushJob job23 must set avroKeyField, avroValueField, clusterName, inputPath, veniceStoreName
47
47
RequiredFieldsChecker ERROR: WormholePushJob job26 must set inputPath, namespace and dataset
48
-
RequiredFieldsChecker ERROR: KabootarJob job27 must set trainingModelLocation, trainingName, wormholeNamespace, initialImport
48
+
RequiredFieldsChecker ERROR: KabootarJob job27 must set trainingModelLocation, trainingName, aiProjectGroup, wormholeNamespace, initialImport. Please see the job documentation for more details.
49
49
RequiredFieldsChecker WARNING: Properties properties1 does not set any confProperties, jobProperties, jvmProperties or basePropertySetName. Nothing will be built for this properties object.
0 commit comments