[GitHub] spark issue #22575: [SPARK-24630][SS] Support SQLStreaming in Spark

2018-10-31 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/22575 Nice! I am looking forward to it. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #22575: [SPARK-24630][SS] Support SQLStreaming in Spark

2018-10-11 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/22575 How should we do if we wanna join two kafka stream and sink the result to another stream? --- - To unsubscribe, e-mail

[GitHub] spark issue #22575: [SPARK-24630][SS][WIP] Support SQLStreaming in Spark

2018-10-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/22575 Is this still a WIP? Using isStreaming tag in DDL to mark if a table is streaming or not is brilliant. It keeps compatible with batch queries sql. If possible, I think

[GitHub] spark issue #22575: [SPARK-24630][SS][WIP] Support SQLStreaming in Spark

2018-10-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/22575 ok to test --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark pull request #16331: [SPARK-18920][HISTORYSERVER]Update outdated date ...

2017-01-07 Thread WangTaoTheTonic
Github user WangTaoTheTonic closed the pull request at: https://github.com/apache/spark/pull/16331 --- 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 pull request #16331: [SPARK-18920][HISTORYSERVER]Update outdated date ...

2016-12-18 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/16331 [SPARK-18920][HISTORYSERVER]Update outdated date formatting ## What changes were proposed in this pull request? Before we show "-" while the timestamp is less than 0,

[GitHub] spark issue #16031: [SPARK-18606][HISTORYSERVER]remove useless elements whil...

2016-12-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/16031 I agree with you @ajbozarth. Since only one column uses `replace` function we can keep it same as now. If there is more data using this function in the future we will extract it to a simple

[GitHub] spark issue #16031: [SPARK-18606][HISTORYSERVER]remove useless elements whil...

2016-12-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/16031 @srowen @ajbozarth Sorry for the delay. I've tried the solution, but found it didn't work, as we already defined the type(`appid-numeric`) which will override value of `sType

[GitHub] spark pull request #16031: [SPARK-18606][HISTORYSERVER]remove useless elemen...

2016-11-28 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on a diff in the pull request: https://github.com/apache/spark/pull/16031#discussion_r89758734 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage.js --- @@ -78,6 +78,12 @@ jQuery.extend( jQuery.fn.dataTableExt.oSort

[GitHub] spark pull request #16031: [SPARK-18606][HISTORYSERVER]remove useless elemen...

2016-11-28 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/16031 [SPARK-18606][HISTORYSERVER]remove useless elements while searching ## What changes were proposed in this pull request? When we search applications in HistoryServer

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-19 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 It is slways showing UTC in the main page, but with server timezone in other pages like last page I've pasted. Not sure if it's true. Any way we'll waiting for the results from @windpiger

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-18 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 It's always better to show a timezone in table header, i think, no matter what the timezone it really uses. But changing to show GMT/UTC always? I have to say it's a bold move even

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-17 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 I would like solution 1, as other time string in Spark UI shows, like JobPage: ![default](https://cloud.githubusercontent.com/assets/5276001/20390037/c8b4c7a0-ad07-11e6-8c80

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-16 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 Do we have a guy who's good at JAX-RS? maybe he can explain the theory and help us to understand better :) --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-16 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 @srowen Before the code changes, browser get date string from server side, now instead it get Date(this conclusion comes from codes debugging(https://github.com/apache/spark/blob/master

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 @ajbozarth In browser side the timezone used to build Date from epoch time is the one **at browser side**, not that one in **History Server side**. These two are different in many cases. So

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 I think the problem is that Date tranfered in REST ways take no timezone, one possible reason is : http://stackoverflow.com/questions/23730062/use-iso-8601-dates-in-jax-rs-responses

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 ![historyserver](https://cloud.githubusercontent.com/assets/5276001/20304529/af3d0c30-ab6b-11e6-887d-fbf8fb09ebab.jpg) Like what showed in image, user can get app infos in two ways

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-14 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 I'll post how UI works and what changes it did to be different before later :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #15838: [SPARK-18396][HISTORYSERVER]"Duration" column makes sear...

2016-11-11 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15838 Is it good to go? @srowen @vanzin --- 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 pull request #15838: [SPARK-18396]"Duration" column makes search resul...

2016-11-10 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/15838 [SPARK-18396]"Duration" column makes search result confused, maybe we should make it unsearchable ## What changes were proposed in this pull request? When we s

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 Nah i think we have a misunderstand here. @tgravescs If understand right, what you mean is that most companies run their server in UTC timezone. That's OK. Under that condition

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-08 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 I agree with showing the timezone with date string. But always using GMT/UTC time is not a good choice, logs of application(using log4j) usually are printed using local timezone

[GitHub] spark issue #15803: [SPARK-18298][Web UI]change gmt time to local zone time ...

2016-11-08 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15803 thanks for the fix. This patch parse the timestamp instead of the Date String returned. The REST api still return the GMT time, which is insistent with UI showing. I've

[GitHub] spark issue #15176: [WIP][SPARK-17610][CORE][SCHEDULER]The failed stage caus...

2016-09-21 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15176 I will close 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 not have this feature enabled

[GitHub] spark pull request #15176: [WIP][SPARK-17610][CORE][SCHEDULER]The failed sta...

2016-09-21 Thread WangTaoTheTonic
Github user WangTaoTheTonic closed the pull request at: https://github.com/apache/spark/pull/15176 --- 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 #15176: [WIP][SPARK-17610][CORE][SCHEDULER]The failed stage caus...

2016-09-21 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/15176 after second glimpse, I found this current behavior will not cause problems because `dagScheduler.handletaskCompletion` is triggerred by `CompletionEvent`. Dagscheduler handle events one

[GitHub] spark pull request #15176: [SPARK-17610][CORE][SCHEDULER]The failed stage ca...

2016-09-21 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/15176 [SPARK-17610][CORE][SCHEDULER]The failed stage caused by FetchFailed may never be resubmitted ## What changes were proposed in this pull request? The improper time order

[GitHub] spark pull request #14605: [SPARK-17022][YARN]Handle potential deadlock in d...

2016-08-11 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/14605 [SPARK-17022][YARN]Handle potential deadlock in driver handling messages ## What changes were proposed in this pull request? We directly send RequestExecutors to AM instead

[GitHub] spark issue #14591: [SPARK-17010][MINOR][DOC]Wrong description in memory man...

2016-08-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the issue: https://github.com/apache/spark/pull/14591 @andrewor14 --- 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 pull request #14591: [SPARK-17010][MINOR][DOC]Wrong description in mem...

2016-08-10 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/14591 [SPARK-17010][MINOR][DOC]Wrong description in memory management document ## What changes were proposed in this pull request? change the remain percent to right one

[GitHub] spark pull request: [SPARK-15667][SQL]Throw exception if columns number of o...

2016-05-31 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/13409 cc @liancheng @andrewor14 Could you please review this? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-15667][SQL]Throw exception if columns number of o...

2016-05-31 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/13409 retest this please. --- 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 pull request: [SPARK-15667][SQL]Throw exception if columns number of o...

2016-05-31 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/13409 [SPARK-15667][SQL]Throw exception if columns number of outputs mismatch the inputs ## What changes were proposed in this pull request? We will throw exception if the columns

[GitHub] spark pull request: [SPARK-14258]change scope of functions in Kafk...

2016-03-29 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/12053 [SPARK-14258]change scope of functions in KafkaCluster ## What changes were proposed in this pull request? changing scopes of some functions to minus. ## How

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-23 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-200374692 It will not impact on actuall result, but a error stacktrace and log showing failure will make user confused and easy to believe that the application is failed

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-19 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-198427974 so, how about it guys? --- 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: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-19 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-198742134 have you tried to reproduce the scenaro and see what happend? The `UndeclaredThrowableException` will be caught by `e.getCause.isInstanceOf

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-16 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-197188289 `monitorApplication` returns 2-tuple, in which FinalApplicationStatus is not used when sc stops normally. that's why it doesn't matter what status we set

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-197135484 the application is finished successfully(RM UI also show success state) but log shows it failed, that's the problem i think. yeah you're right sleep

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-197120333 @jerryshao yes, the problem is that client side's log will throw exception and show app is failed. more details are in log i pasted. --- If your project

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-197118357 @tgravescs I reproduce it and the error message like: >> 16/03/16 10:29:33 INFO YarnClientSchedulerBackend: Shutting down all executors 16/03

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-196908886 I've only observed exception caused by InterruptedException but not itself directly, thought it should be wrapped internally. The status in RM is ok

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-196898154 for another concern about the final application status returned, we don't need too much worry as it is barely used by the codes who invoke this. --- If your

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-15 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-196889060 hi @tgravescs , it happened when sc stop normally in client mode. As sc.stop will stop dagscheduler -> stop taskscheduler -> stop scheduler b

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-14 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11692#issuecomment-196325232 @srowen thanks for your comments. I've changed it, please check. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-14 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on a diff in the pull request: https://github.com/apache/spark/pull/11692#discussion_r55998595 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -976,6 +976,11 @@ private[spark] class Client

[GitHub] spark pull request: [SPARK-13852][YARN]handle the InterruptedExcep...

2016-03-14 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on a diff in the pull request: https://github.com/apache/spark/pull/11692#discussion_r55973772 --- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala --- @@ -976,6 +976,11 @@ private[spark] class Client

[GitHub] spark pull request: [SPARK-13852]handle the InterruptedException c...

2016-03-14 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/11692 [SPARK-13852]handle the InterruptedException caused by YARN HA switch when sc stops, it will interrupt thread using to monitor app status. the thread will throw an InterruptedException

[GitHub] spark pull request: [SPARK-13478] [yarn] Use real user when fetchi...

2016-03-08 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/11358#issuecomment-193776099 hi @vanzin, how about spark sql in this issue, in your view? as in spark sql it will revoke SessionState.start in which will finally connected to metastore

[GitHub] spark pull request: [SPARK-2750][WEB UI] Add https support to the ...

2016-01-05 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/10238#issuecomment-169207523 It seems conflicted :( --- 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: [SPARK-2750][WEB UI] Add https support to the ...

2015-12-28 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/10238#issuecomment-167507929 Sorry for late. Think you need update codes to the newest and see if the test cases fine. Then we do some review and function tests. --- If your project

[GitHub] spark pull request: [SPARK-8676][SQL]Lazy start event logger in sq...

2015-12-24 Thread WangTaoTheTonic
Github user WangTaoTheTonic closed the pull request at: https://github.com/apache/spark/pull/8048 --- 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 pull request: [SPARK-8676][SQL]Lazy start event logger in sq...

2015-12-24 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/8048#issuecomment-167198843 No prob. will close 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: [SPARK-2750][WEB UI]Add Https support for Web ...

2015-11-12 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5664#issuecomment-156339123 ok once jacky raise the PR, I will close this one. --- 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-11482][SQL] Make maven repo for Hive me...

2015-11-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/9543#issuecomment-155067126 I think it can be used for who have their custom hive hosted on their own maven repository. Though using maven to download hive metastore jars is using

[GitHub] spark pull request: [SPARK-2750][WEB UI]Add Https support for Web ...

2015-10-30 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5664#issuecomment-152442824 @jacek-lewandowski Okay I will rebase this in a week or so. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-2750][WEB UI]Add Https support for Web ...

2015-10-30 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5664#issuecomment-152686993 @jacek-lewandowski Sure. I'm glad for this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: SPARK-11100 HiveThriftServer not registering w...

2015-10-14 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-147977645 with this patch, can we launch multiple thrift server instances and enable client to submit application without sensing particular thrift server addresses

[GitHub] spark pull request: SPARK-11100 HiveThriftServer not registering w...

2015-10-14 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/9113#issuecomment-148255083 Yeah I think it is a nice feature which can bring HA into spark Thrift Server. Have you testet it yet? --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-10810] [SPARK-10902] [SQL] Improve sess...

2015-10-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/8909#issuecomment-146812382 Nice work! As it is a blocker could we merge this into branch-1.5 too? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-8552] [THRIFTSERVER] Using incorrect da...

2015-09-29 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7118#issuecomment-144035049 @marmbrus How do you think this fix? As the issue priority is very high, I think we better fix it ASAP. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-4449][Core]Specify port range in spark

2015-09-28 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5722#issuecomment-143799075 I think we better keep backwards compatibility and treat [min, max] as a fine grained control on exact port while the "only 8080" with max retries as

[GitHub] spark pull request: [SPARK-4122][STREAMING] Add a library that can...

2015-09-28 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/2994#issuecomment-143799798 Hi @harishreedharan, I think this is a nice feature which is very helpful for user who tries to write DStream back into Kafka. The implement is very neat too

[GitHub] spark pull request: [SPARK-4449][Core]Specify port range in spark

2015-09-24 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5722#issuecomment-143107363 Hi guys, sorry for seeing your comments so late. I think we already come up with an agreement with two cases this patch wanna fix: One is that some

[GitHub] spark pull request: [SPARK-5719]allow daemons to bind to specified...

2015-09-21 Thread WangTaoTheTonic
Github user WangTaoTheTonic closed the pull request at: https://github.com/apache/spark/pull/4505 --- 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 pull request: [SPARK-5719]allow daemons to bind to specified...

2015-09-21 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/4505#issuecomment-142156332 @JoshRosen @andrewor14 @srowen @pfxuan As the network related configurations need to be considered globally, I will close this for now. --- If your

[GitHub] spark pull request: [SPARK-8552] [THRIFTSERVER] Using incorrect da...

2015-09-11 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7118#issuecomment-139505601 @navis Thanks you for the fix. I have tested "use $database" on local Thrift Server and the function is ok. There might still have a test f

[GitHub] spark pull request: [SPARK-8552] [THRIFTSERVER] Using incorrect da...

2015-09-11 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on a diff in the pull request: https://github.com/apache/spark/pull/7118#discussion_r3981 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/client/ClientWrapper.scala --- @@ -57,10 +58,9 @@ import org.apache.spark.util

[GitHub] spark pull request: [SPARK-8552] [THRIFTSERVER] Using incorrect da...

2015-09-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7118#issuecomment-139136144 I tested this patch, but got this error when executing "show databases;" using beeline, >>15/09/10 15:11:02 INFO SessionState: Create

[GitHub] spark pull request: [SPARK-8676][SQL]Lazy start event logger in sq...

2015-08-08 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/8048 [SPARK-8676][SQL]Lazy start event logger in sql application to avoid TGT expiring in l… …ong connection Now in Thrift Server/Spark SQL, it will login first in `Client.scala

[GitHub] spark pull request: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-05 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7931#issuecomment-127896125 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-05 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7931#issuecomment-128045456 @marmbrus I am not sure why it will leads to a test failed. Could you help to check this patch and the failed reason? Thanks. --- If your project is set up

[GitHub] spark pull request: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-05 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7931#issuecomment-128232430 @marmbrus Looks like the patch is ok with excluding hive classes. Thanks for your guide :) --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-04 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/7931 [SPARK-9596][SQL]treat hadoop classes as shared one in IsolatedClientLoader https://issues.apache.org/jira/browse/SPARK-9596 You can merge this pull request into a Git repository by running

[GitHub] spark pull request: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-04 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7931#issuecomment-127658671 Jenkins, test this please. --- 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: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-04 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7931#issuecomment-127808147 The error is: stderr FAILED: SemanticException [Error 10072]: Database does not exist: hive_test_db [info] stderr Exception in thread main

[GitHub] spark pull request: [SPARK-9596][SQL]treat hadoop classes as share...

2015-08-04 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7931#issuecomment-127811490 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-9496][SQL]do not print the password in ...

2015-07-31 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/7815#issuecomment-126584002 @rxin Like javax.jdo.option.ConnectionPassword, until now I only find this one. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-9496][SQL]do not print the password in ...

2015-07-30 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/7815 [SPARK-9496][SQL]do not print the password in config https://issues.apache.org/jira/browse/SPARK-9496 We better do not print the password in log. You can merge this pull request

[GitHub] spark pull request: [SPARK-4449][Core]Specify port range in spark

2015-07-02 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5722#issuecomment-118211126 @andrewor14 There are two motivations about this, first is mention in https://github.com/apache/spark/pull/3314, we would like to control the retry range when

[GitHub] spark pull request: [Spark-5111][SQL]HiveContext and Thriftserver ...

2015-06-17 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/4064#issuecomment-112679214 @zhzhan Hey Could you describe the error and your configurations in detail please? As we now use Hive 13 + Hadoop 2.7 in our product and never ran

[GitHub] spark pull request: [SPARK-8392] Improve the efficiency

2015-06-16 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on a diff in the pull request: https://github.com/apache/spark/pull/6839#discussion_r32518242 --- Diff: core/src/main/scala/org/apache/spark/ui/scope/RDDOperationGraph.scala --- @@ -70,6 +70,13 @@ private[ui] class RDDOperationCluster(val id

[GitHub] spark pull request: [SPARK-8290]spark class command builder need r...

2015-06-10 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/6741 [SPARK-8290]spark class command builder need read SPARK_JAVA_OPTS SPARK_JAVA_OPTS was missed in reconstructing the launcher part, we should add it back so spark-class could read

[GitHub] spark pull request: [SPARK-8290]spark class command builder need r...

2015-06-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6741#issuecomment-110823733 From the old codes we can see daemons like Master or Worker use `SPARK_DAEMON_JAVA_OPTS` and the rest use `SPARK_JAVA_OPTS`. Maybe

[GitHub] spark pull request: [SPARK-8290]spark class command builder need r...

2015-06-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6741#issuecomment-110803555 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-8290]spark class command builder need r...

2015-06-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6741#issuecomment-110803206 I'm not sure I understood what u mean totally. Before SPARK_JAVA_OPTS will be injected to any class launched by `spark-class`, but was omitted after

[GitHub] spark pull request: [SPARK-8290]spark class command builder need r...

2015-06-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6741#issuecomment-110829628 @vanzin Thanks for comments. I already have added the missing SPARK_DRIVER_MEMORY(oh shame for not finding that) and modified the description

[GitHub] spark pull request: [SPARK-8290]spark class command builder need r...

2015-06-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6741#issuecomment-110816364 Looks like something is wrong with RAT. Jenkins, retest this please. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: [SPARK-8273]Driver hangs up when yarn shutdown...

2015-06-10 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6717#issuecomment-110992692 Oh Thanks andrew. --- 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-8273]Driver hangs up when yarn shutdown...

2015-06-09 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/6717 [SPARK-8273]Driver hangs up when yarn shutdown in client mode In client mode, if yarn was shut down with spark application running, the application will hang up after several retries

[GitHub] spark pull request: [SPARK-8273]Driver hangs up when yarn shutdown...

2015-06-09 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6717#issuecomment-110358988 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-8065] [hive] Add support for Hive 0.14 ...

2015-06-08 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6627#issuecomment-109951833 A high level question: how about the hive 1.0/1.1/1.2? It might be hard to support so many versions if there's no compatibility between them. --- If your

[GitHub] spark pull request: [Minor]make the launcher project name consiste...

2015-06-02 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/6603 [Minor]make the launcher project name consistent with others I found this by chance while building spark and think it is better to keep its name consistent with other sub-projects (Spark

[GitHub] spark pull request: [SPARK-7889] make sure click the App ID on H...

2015-06-01 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6545#issuecomment-107430955 Hey Sean, what we wanna fix is the load once, show them forever issue. That is to say, when user click a link on history page, the provider will load

[GitHub] spark pull request: [SPARK-7524][SPARK-7846]add configs for keytab...

2015-05-30 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6051#issuecomment-107007797 @harishreedharan How about the confirm? Should we do some changes in branh 1.4? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-7945][CORE]Do trim to values in propert...

2015-05-30 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6496#issuecomment-106998580 I've done a test with current code, it worked out fine. --- 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-7945][CORE]Do trim to values in propert...

2015-05-29 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/6496#issuecomment-106787780 What more confusion would this cause? And I cann't think of another solution to address this perfectly so did same as `Utils.getPropertiesFromFile

[GitHub] spark pull request: [SPARK-7945][CORE]Do trim to values in propert...

2015-05-29 Thread WangTaoTheTonic
GitHub user WangTaoTheTonic opened a pull request: https://github.com/apache/spark/pull/6496 [SPARK-7945][CORE]Do trim to values in properties file https://issues.apache.org/jira/browse/SPARK-7945 Now applications submited by org.apache.spark.launcher.Main read properties

[GitHub] spark pull request: [SPARK-4449][Core]Specify port range in spark

2015-05-29 Thread WangTaoTheTonic
Github user WangTaoTheTonic commented on the pull request: https://github.com/apache/spark/pull/5722#issuecomment-106792667 Looks like @vanzin is okay about this, what more concerns do you have? @srowen --- If your project is set up for it, you can reply to this email and have your

  1   2   3   4   5   >