[GitHub] spark pull request: [SPARK-11484][WebUi] Using proxyBase set by sp...

2015-11-04 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9448#discussion_r43895579 --- Diff: core/src/main/scala/org/apache/spark/ui/UIUtils.scala --- @@ -143,14 +143,10 @@ private[spark] object UIUtils extends Logging { // Yarn

[GitHub] spark pull request: [SPARK-11484][WebUi] Using proxyBase set by sp...

2015-11-03 Thread vundela
Github user vundela commented on the pull request: https://github.com/apache/spark/pull/9448#issuecomment-153568315 Thanks for the review @vanzin, made the changes as you suggested. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SPARK-11484][WebUi] Using proxyBase set by sp...

2015-11-03 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/9448 [SPARK-11484][WebUi] Using proxyBase set by spark AM Use the proxyBase set by the AM, if not found then use env. This is to fix the issue if somebody accidentally set APPLICATION_WEB_PROXY_BASE

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42043365 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -340,6 +340,14 @@ private[spark] class Client( "for alterna

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on the pull request: https://github.com/apache/spark/pull/9118#issuecomment-148163495 @vanzin can you please review the pull request. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42043343 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -340,6 +340,14 @@ private[spark] class Client( "for alterna

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/9118 [SPARK-11105][yarn] Distribute log4j.properties to executors Currently log4j.properties file is not uploaded to executor's which is leading them to use the default values. This fix will make sure

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42043730 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -340,6 +340,14 @@ private[spark] class Client( "for alterna

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42058235 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -340,6 +340,14 @@ private[spark] class Client( "for alterna

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42058190 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -340,6 +340,14 @@ private[spark] class Client( "for alterna

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-19 Thread vundela
Github user vundela commented on the pull request: https://github.com/apache/spark/pull/9118#issuecomment-149328542 @tgravescs Thanks for the review. Yes, it make sense to update the documentation. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-20 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42503914 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -497,6 +497,19 @@ private[spark] class Client( */ private def

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-20 Thread vundela
Github user vundela commented on the pull request: https://github.com/apache/spark/pull/9118#issuecomment-149588730 @tgravescs Yes, it still works and user see a deprecated message. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-11105][yarn] Distribute log4j.propertie...

2015-10-14 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9118#discussion_r42067281 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -340,6 +340,15 @@ private[spark] class Client( "for alterna

[GitHub] spark pull request: [SPARK-11799][CORE] Make it explicit in execut...

2015-11-18 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/9809 [SPARK-11799][CORE] Make it explicit in executor logs that uncaught e… …xceptions are thrown during executor shutdown This commit will make sure that when uncaught exceptions

[GitHub] spark pull request: [SPARK-11799][CORE] Make it explicit in execut...

2015-11-18 Thread vundela
Github user vundela commented on the pull request: https://github.com/apache/spark/pull/9809#issuecomment-157873004 Can you please retest? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request: [SPARK-11801][CORE] Notify driver when OOM is ...

2015-11-20 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/9866 [SPARK-11801][CORE] Notify driver when OOM is thrown before executor … …JVM is killed This fix try to make sure that task which caught OOM will update its status to driver so

[GitHub] spark pull request: [SPARK-11801][CORE] Notify driver when OOM is ...

2015-11-20 Thread vundela
Github user vundela commented on the pull request: https://github.com/apache/spark/pull/9866#issuecomment-158505231 Here is snippet of the messages in driver logs 15/11/19 16:31:23 INFO YarnAllocator: Canceling requests for 1 executor containers 15/11/19 16:31:23 WARN

[GitHub] spark pull request: [SPARK-11799][CORE] Make it explicit in execut...

2015-11-18 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/9809#discussion_r45260699 --- Diff: core/src/main/scala/org/apache/spark/util/SparkUncaughtExceptionHandler.scala --- @@ -46,6 +46,18 @@ private[spark] object

[GitHub] spark pull request #14989: [MINOR][SQL] Fixing the typo in unit test

2016-09-06 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/14989 [MINOR][SQL] Fixing the typo in unit test ## What changes were proposed in this pull request? Fixing the typo in the unit test of CodeGenerationSuite.scala ## How

[GitHub] spark issue #15003: [MINOR][SQL] Stripping extra new lines from the generato...

2016-09-07 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/15003 @srowen, Its mostly for code readability. One of the customer got >64kb JVM code size limit and I see lot of new lines. Thought it would give better readability when code is in logs. --- If y

[GitHub] spark pull request #15003: [MINOR][SQL] Stripping extra new lines from the g...

2016-09-07 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/15003 [MINOR][SQL] Stripping extra new lines from the generator code ## What changes were proposed in this pull request? Here is the simple unit test test("Extra new lines in gene

[GitHub] spark issue #15003: [MINOR][SQL] Stripping extra new lines from the generato...

2016-09-08 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/15003 Definitely log size will be lesser. When I look into the generated code for caseWhen expressions with UDF's, majority was comments and extra new lines. I don't know whether JVM considers

[GitHub] spark issue #15003: [MINOR][SQL] Stripping extra new lines from the generato...

2016-09-08 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/15003 I am also seeing lot of redundant code. I did the grep for single if condition on a variable got98 and here is the output. boolean got98 = false; if (!got98

[GitHub] spark issue #15003: [MINOR][SQL] Stripping extra new lines from the generato...

2016-09-08 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/15003 Confirmed that comments and extra new lines in method body will not lead to 64KB limit exception. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request #15003: [MINOR][SQL] Stripping extra new lines from the g...

2016-09-09 Thread vundela
Github user vundela closed the pull request at: https://github.com/apache/spark/pull/15003 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] spark issue #15003: [MINOR][SQL] Stripping extra new lines from the generato...

2016-09-09 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/15003 Agreed @srowen, I will close this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type for re...

2017-04-20 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17688 Hi @felixcheung Thanks for the review. I have added a small testcase. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request #17688: [MINOR][DOCS] Adding missing boolean type for rep...

2017-04-19 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/17688 [MINOR][DOCS] Adding missing boolean type for replacement value in fi… …llna ## What changes were proposed in this pull request? Currently pyspark Dataframe.fillna API

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-04-20 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17694 Hi @maver1ck, Thanks for your time in testing the patch. I did run the patch with 1000 threads and it works fine. Can you please check /grid/3/hadoop/yarn/log/usercache/bi/appcache

[GitHub] spark pull request #17694: [SPARK-12717][PYSPARK] Resolving race condition w...

2017-04-19 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/17694 [SPARK-12717][PYSPARK] Resolving race condition with pyspark broadcas… …ts when using multiple threads ## What changes were proposed in this pull request? In pyspark when

[GitHub] spark pull request #17722: [SPARK-12717][PYSPARK][BRANCH-1.6] Resolving race...

2017-04-21 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/17722 [SPARK-12717][PYSPARK][BRANCH-1.6] Resolving race condition with pyspark broadcasts when using multiple threads ## What changes were proposed in this pull request? In pyspark

[GitHub] spark issue #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type for re...

2017-04-21 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17688 @holdenk Thanks for the review. Can you please let me know the line number where you are expecting list of types missing. Is this for fillna or other API? --- If your project is set up for it, you

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-04-21 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17694 Thanks for testing @maver1ck. I will look into 1.6 and 2.0.2. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-04-21 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17694 Filed a PR for fixing the issue in spark1.6 branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] spark pull request #17662: [SPARK-20360][PYTHON] Create _repr_html_ for Spar...

2017-04-17 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/17662#discussion_r111833507 --- Diff: python/pyspark/context.py --- @@ -240,6 +240,26 @@ def signal_handler(signal, frame): if isinstance(threading.current_thread

[GitHub] spark pull request #17662: [SPARK-20360][PYTHON] Create _repr_html_ for Spar...

2017-04-17 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/17662#discussion_r111832361 --- Diff: python/pyspark/context.py --- @@ -240,6 +240,26 @@ def signal_handler(signal, frame): if isinstance(threading.current_thread

[GitHub] spark issue #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type for re...

2017-04-24 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17688 @holdenk, Thanks for reviewing it. I guess L1237 can't be changed until we support boolean type. L1240 specifically talks about the types of values supported in dict. Please let me know if you

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-04-25 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17694 cc @holdenk --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-04-25 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17694 Thanks for your time @holdenk. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark issue #17688: [MINOR][DOCS][PYTHON] Adding missing boolean type for re...

2017-04-24 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17688 Thanks @holdenk --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] spark issue #17694: [SPARK-12717][PYSPARK] Resolving race condition with pys...

2017-05-11 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/17694 ping @holdenk, checking if you have some time to review this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] spark pull request #19709: [SPARK-22483][CORE]. Exposing java.nio bufferedPo...

2017-11-09 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/19709 [SPARK-22483][CORE]. Exposing java.nio bufferedPool memory metrics to Metric System ## What changes were proposed in this pull request? Adds java.nio bufferedPool memory metrics

[GitHub] spark issue #19709: [SPARK-22483][CORE]. Exposing java.nio bufferedPool memo...

2017-11-09 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/19709 retest this please. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews

[GitHub] spark pull request #19699: [MINOR][Core] Fix nits in MetricsSystemSuite

2017-11-08 Thread vundela
GitHub user vundela opened a pull request: https://github.com/apache/spark/pull/19699 [MINOR][Core] Fix nits in MetricsSystemSuite ## What changes were proposed in this pull request? Fixing nits in MetricsSystemSuite file ## How was this patch tested? Ran the tests

[GitHub] spark pull request #19699: [MINOR][Core] Fix nits in MetricsSystemSuite

2017-11-08 Thread vundela
Github user vundela commented on a diff in the pull request: https://github.com/apache/spark/pull/19699#discussion_r149843907 --- Diff: core/src/test/scala/org/apache/spark/metrics/MetricsSystemSuite.scala --- @@ -42,7 +43,7 @@ class MetricsSystemSuite extends SparkFunSuite

[GitHub] spark issue #19699: [MINOR][Core] Fix nits in MetricsSystemSuite

2017-11-08 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/19699 Thanks for review @vanzin, @srowen. Added the appropriate summary. --- - To unsubscribe, e-mail: reviews-unsubscr

[GitHub] spark issue #20512: [SPARK-23182][CORE] Allow enabling TCP keep alive on the...

2018-04-24 Thread vundela
Github user vundela commented on the issue: https://github.com/apache/spark/pull/20512 cc @squito @vanzin Can you please comment on this PR? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org