Azure-Databricks-Log4J-To-AppInsights icon indicating copy to clipboard operation
Azure-Databricks-Log4J-To-AppInsights copied to clipboard

Updates to README

Open grayjeremy opened this issue 5 years ago • 0 comments

I got some errors when adding this to the notebook cell...maybe an update in the object definition? Also, may want to add a link to databricks docs on notebook cells, https://docs.databricks.com/notebooks/package-cells.html. I was going to PR this but stopped short because I'm not sure how these mismatches came about.

line 128 from: properties.put("jobResult", jobEnd.jobResult.toStringStart.jobId.toString) to: properties.put("jobResult", jobEnd.jobResult.toString)

line 146: from: metrics.put("attemptNumber", stageCompleted.stageInfo.attemptNumber) to: metrics.put("attemptId", stageCompleted.stageInfo.attemptId)

grayjeremy avatar Oct 04 '19 14:10 grayjeremy