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
Upon giving the email id address to conf "--conf spark.sparklens.report.email=" in spark submit, the jar is internally posting the request of report generation from "http://sparklens.qubole.com/generate_report/request_generate_report" , This website is unresponsive, because of which an I/O exception (java.net.SocketException) is thrown.
Object and method name where the request is made-
HttpRequestHandler.requestReport
Snippet of the Exception -
21/06/27 12:10:48.913 INFO org.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {}->http://sparklens.qubole.com:80: Connection reset
21/06/27 12:10:48.915 INFO org.apache.http.impl.execchain.RetryExec: Retrying request to {}->http://sparklens.qubole.com:80
21/06/27 12:11:00.928 INFO org.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {}->http://sparklens.qubole.com:80: Connection reset
21/06/27 12:11:00.930 INFO org.apache.http.impl.execchain.RetryExec: Retrying request to {}->http://sparklens.qubole.com:80
21/06/27 12:11:12.939 INFO org.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {}->http://sparklens.qubole.com:80: Connection reset
21/06/27 12:11:12.941 INFO org.apache.http.impl.execchain.RetryExec: Retrying request to {}->http://sparklens.qubole.com:80
Error while trying to generate email report: Connection reset
Try to use sparklens.qubole.com to generate the report manually
The text was updated successfully, but these errors were encountered:
Upon giving the email id address to conf "--conf spark.sparklens.report.email=" in spark submit, the jar is internally posting the request of report generation from "http://sparklens.qubole.com/generate_report/request_generate_report" , This website is unresponsive, because of which an I/O exception (java.net.SocketException) is thrown.
Object and method name where the request is made-
HttpRequestHandler.requestReport
Snippet of the Exception -
21/06/27 12:10:48.913 INFO org.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {}->http://sparklens.qubole.com:80: Connection reset
21/06/27 12:10:48.915 INFO org.apache.http.impl.execchain.RetryExec: Retrying request to {}->http://sparklens.qubole.com:80
21/06/27 12:11:00.928 INFO org.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {}->http://sparklens.qubole.com:80: Connection reset
21/06/27 12:11:00.930 INFO org.apache.http.impl.execchain.RetryExec: Retrying request to {}->http://sparklens.qubole.com:80
21/06/27 12:11:12.939 INFO org.apache.http.impl.execchain.RetryExec: I/O exception (java.net.SocketException) caught when processing request to {}->http://sparklens.qubole.com:80: Connection reset
21/06/27 12:11:12.941 INFO org.apache.http.impl.execchain.RetryExec: Retrying request to {}->http://sparklens.qubole.com:80
Error while trying to generate email report: Connection reset
Try to use sparklens.qubole.com to generate the report manually
The text was updated successfully, but these errors were encountered: