xy720 commented on a change in pull request #4470:
URL: https://github.com/apache/incubator-doris/pull/4470#discussion_r478811398
##########
File path:
fe/fe-core/src/main/java/org/apache/doris/load/loadv2/SparkLauncherMonitor.java
##########
@@ -103,7 +114,7 @@ public void run() {
try {
outReader = new BufferedReader(new
InputStreamReader(process.getInputStream()));
while (!isStop && (line = outReader.readLine()) != null) {
- LOG.info("monitor log: " + line);
+ outputBuffer.append(line + '\n');
Review comment:
ok. I changed it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]