diff --git a/eda/smart_rank/spark_streaming_monitor.py b/eda/smart_rank/spark_streaming_monitor.py
index ef986d054fd48b7c22611e7bb36ecd84fa1c21f0..85102e27580daa8bf673a0b858b273687f28593e 100644
--- a/eda/smart_rank/spark_streaming_monitor.py
+++ b/eda/smart_rank/spark_streaming_monitor.py
@@ -5,7 +5,7 @@ from tool import send_email
 
 while True:
     try:
-        result = requests.get('http://192.144.193.19:4042/api/v1/applications/app-20191114171009-0713/streaming/batches')
+        result = requests.get('http://192.144.193.19:4042/api/v1/applications/app-20191118191719-0747/streaming/batches')
 
         batchs_info = result.json()