question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error when submitting new script action

See original GitHub issue

I followed the tutorial and instructions in .NET for Apache Spark 101 and .NET for Apache Spark-hdinsight-deployment to deploy a app on HDInsight. But when submmitting script action, it installed failed with the following information:

"error_log": "/var/lib/ambari-agent/data/errors-895.txt",

and

"error_log": "/var/lib/ambari-agent/data/errors-896.txt",

I followed the option selection in the tutorial, and meet with failure. Is there anything I missed or did wrong? If it is, how could I fix this issue.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yuejlicommented, Apr 12, 2020

@imback82 @elvaliuliuliu Thanks a lot, I have found the reason. The parameters for script action is wrong. I directly use the copy of the uri of Microsoft.Spark.Worker.netcoreapp3.1.linux-x64-0.10.0.tar.gz from the property of it in azure storage explorer. But the right format is wasbs://containername@… After changing this, it worked!

1reaction
imback82commented, Apr 12, 2020

Can you follow instruction in #470? I think the install script is out of date and @Niharikadutta is planning to update it asap.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I use a script action to show an error and abort ...
Hi,. In the business rule (or even onSubmit client script), you can check for bad characters, etc. in the submission that just took...
Read more >
Detect or Suppress Action errors during script automation
Solved: I've run into an issue with the automation of one of my Photoshop scripts where it can be completely halted by an...
Read more >
Troubleshoot script actions in Azure HDInsight
General troubleshooting steps for script actions in Azure HDInsight. ... If cluster creation fails because of a script error, the logs are ...
Read more >
Detect or Suppress Action errors during script automation
I've run into an issue with the automation of one of my Photoshop scripts where it can be completely halted by an error...
Read more >
Troubleshooting | Apps Script
This error indicates that the script is lacking the authorization needed to run. When a script is run in the Script Editor or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found