Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emailing report feature Not Working - Unresponsive post #67

Open
Naina-Gurung opened this issue Jun 27, 2021 · 0 comments
Open

Emailing report feature Not Working - Unresponsive post #67

Naina-Gurung opened this issue Jun 27, 2021 · 0 comments

Comments

@Naina-Gurung
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant