You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/25 15:27:08 UTC

[GitHub] [incubator-seatunnel] legendtkl commented on issue #1161: [Feature][Spark] Add remote debug for spark job

legendtkl commented on issue #1161:
URL: https://github.com/apache/incubator-seatunnel/issues/1161#issuecomment-1021305693


   Hi, @yx91490 , I tried in your way. Unfortunately, it does not works.
   
   The conf:
   ```text
   env {
     # seatunnel defined streaming batch duration in seconds
     spark.streaming.batchDuration = 5
   
     spark.app.name = "seatunnel"
     spark.ui.port = 13000
     spark.driver.extraJavaOptions = "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
   }
   
   source {
     socketStream {}
   }
   
   transform {
     split {
       fields = ["msg", "name"]
       delimiter = ","
     }
   }
   
   sink {
     console {}
   }
   ```


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org