[GitHub] spark issue #8745: [SPARK-10589] [WEBUI] Add defense against external site f...

2018-02-15 Thread alexmnyc
Github user alexmnyc commented on the issue: https://github.com/apache/spark/pull/8745 Now I am not able to embed it on my grafana dashboard... That should be a configuration parameter --- - To unsubscribe, e-mail

[GitHub] spark issue #19210: [SPARK-22030][CORE] GraphiteSink fails to re-connect to ...

2017-09-15 Thread alexmnyc
Github user alexmnyc commented on the issue: https://github.com/apache/spark/pull/19210 @jerryshao done --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #19210: Fix Graphite re-connects for Graphite instances behind E...

2017-09-15 Thread alexmnyc
Github user alexmnyc commented on the issue: https://github.com/apache/spark/pull/19210 @jerryshao No problem. I don't have a JIRA account for Apache though. How do I go about getting one? --- - To unsubscribe, e

[GitHub] spark issue #19210: Fix Graphite re-connects for Graphite instances behind E...

2017-09-14 Thread alexmnyc
Github user alexmnyc commented on the issue: https://github.com/apache/spark/pull/19210 @jerryshao done --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark pull request #19210: Fix Graphite re-connects for Graphite instances b...

2017-09-14 Thread alexmnyc
Github user alexmnyc commented on a diff in the pull request: https://github.com/apache/spark/pull/19210#discussion_r139046210 --- Diff: core/src/main/scala/org/apache/spark/metrics/sink/GraphiteSink.scala --- @@ -69,7 +69,7 @@ private[spark] class GraphiteSink(val property

[GitHub] spark pull request #19210: Fix Graphite re-connects for Graphite instances b...

2017-09-14 Thread alexmnyc
Github user alexmnyc commented on a diff in the pull request: https://github.com/apache/spark/pull/19210#discussion_r138924426 --- Diff: core/src/main/scala/org/apache/spark/metrics/sink/GraphiteSink.scala --- @@ -69,7 +69,7 @@ private[spark] class GraphiteSink(val property

[GitHub] spark issue #19210: Fix Graphite re-connects for Graphite instances behind E...

2017-09-13 Thread alexmnyc
Github user alexmnyc commented on the issue: https://github.com/apache/spark/pull/19210 @jerryshao thanks. it's done. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e

[GitHub] spark pull request #19210: Fix Graphite re-connects for Graphite instances b...

2017-09-12 Thread alexmnyc
GitHub user alexmnyc opened a pull request: https://github.com/apache/spark/pull/19210 Fix Graphite re-connects for Graphite instances behind ELB's or auto-scaled load balancers …resolve hosts behind a CNAME with re-tried DNS lookups Upgrade codahale metrics library so