justinwwhuang commented on a change in pull request #2110:
URL: https://github.com/apache/incubator-inlong/pull/2110#discussion_r780932483



##########
File path: 
inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/MiniAgent.java
##########
@@ -46,7 +46,7 @@ public void start() throws Exception {
     }
 
     public void submitJob(JobProfile profile) {
-        manager.getJobManager().submitJobProfile(profile);
+        manager.getJobManager().submitFileJobProfile(profile);

Review comment:
       there are many places using job or jobprofile,we will see how to unite




-- 
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]


Reply via email to