-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can this be used with gcp ? #8
Comments
Hi. There shouldn't be any - the tool is supposed to work with any Spark distribution. Please try and report issues back if any :) |
Hi, I had to replace the stock 'spark-submit' with your 'spark-submit-flamegraph'. Currently it doesn't work and seem to have couple of issues.
Do you have any suggestions?
|
Looks like a bug. I don't have a way to re-create this now. If you want to help debug this issue, please:
Thanks! |
Alright - so I figured out the issue finally - I had to install a couple of things like telnet & pip, and I was not aware that the system didn't have it. I got a warning for pip but not for telnet. Maybe you would add a check for required binaries so that if they are not found, the user get's proper indication. Just a suggestion. So after fixing all the minor issues it errors out on "Couldn't start InfluxDB!". Question: Is there any additional logging apart from ~/.spark-flamegraph to tackle the below issue?
|
There's log file called |
Also, if you've replaced original mv /usr/bin/spark-submit /usr/bin/spark-submit-orig
cp spark-submit-flamegraph /usr/bin/spark-submit
SPARK_CMD=spark-submit-orig spark-submit ... |
Unfortunately, there are no logs inside the said directory. I have checked thoroughly. :(
|
Let me try this. Could you please confirm the third step i.e. |
|
Alright I have gone ahead with making a change inside your script, as shown below:
But the job has failed. Here are some logs. Hadoop logs
Command line logs
gcloud logs
|
That is alright Michael. No issues. :). Unfortunately there is no log with that name. I have pasted additional logs (whatever I could find and have access to at the moment). If something comes up - please let me know. If something is missing - please also do let me know and I will try to get them as soon as possible. I am willing to assist/help to debug this issue as I really want to have that flamegraph. |
Hello Michael. I am just following up with you on this. Do you have any suggestions to troubleshoot this any further? Thank you in advance. Cheers, |
I haven't had an idea yet.. I'll try to create an evaluation account in GCP and debug it there.
…On Mon, Feb 10, 2020, at 16:51, NormalScene wrote:
@spektom <https://github.com/spektom>
Hello Michael. I am just following up with you on this. Do you have any suggestions to troubleshoot this any further? Thank you in advance.
Cheers,
Gaurav
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#8?email_source=notifications&email_token=AABGSO3DLDUPEXTWH4KXPUDRCFSYNA5CNFSM4KRJTQV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELIZDTI#issuecomment-584159693>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABGSOZ6N2IKA6MOYULYKQLRCFSYNANCNFSM4KRJTQVQ>.
|
Hi, I was wondering if this could be used with google cloud platform?
The text was updated successfully, but these errors were encountered: