[GitHub] spark issue #17893: FileFormatWriter wrap the FetchFailedException which bre...

2017-05-07 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/17893 Pending. I am formatting the pull name~ --- 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 #17893: FileFormatWriter wrap the FetchFailedException wh...

2017-05-07 Thread lshmouse
GitHub user lshmouse opened a pull request: https://github.com/apache/spark/pull/17893 FileFormatWriter wrap the FetchFailedException which breaks job's failover ## What changes were proposed in this pull request? Handle the fetch failed exception separately in FileFormatW

[GitHub] spark issue #16602: [SPARK-19238][GRAPHX] Ignore sorting the edges if edges ...

2017-01-16 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/16602 @srowen After checking the implements of timsort, it has been optimized for sorted array. Just ignore this PR. Thanks for your time. --- If your project is set up for it, you can reply

[GitHub] spark pull request #16602: [SPARK-19238][GRAPHX] Ignore sorting the edges if...

2017-01-16 Thread lshmouse
Github user lshmouse closed the pull request at: https://github.com/apache/spark/pull/16602 --- 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 is

[GitHub] spark pull request #16602: SPARK-19238: Ignore sorting the edges if edges ar...

2017-01-16 Thread lshmouse
GitHub user lshmouse opened a pull request: https://github.com/apache/spark/pull/16602 SPARK-19238: Ignore sorting the edges if edges are sorted when building edge partition ## What changes were proposed in this pull request? Ignore sorting the edges if edges are sorted

[GitHub] spark issue #13706: [SPARK-15988] [SQL] Implement DDL commands: Create/Drop ...

2016-11-30 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/13706 @lianhuiwang I think the problem is that no need to check if macroFunction is resolved. Data type may be cast dynamically according the sql data type. --- If your project is set up for

[GitHub] spark issue #13706: [SPARK-15988] [SQL] Implement DDL commands: Create/Drop ...

2016-11-30 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/13706 @lianhuiwang Just a feedback. With this patch, creating a MACRO throws the following exception. Any suggestion? I am trying to debug it. ``` 16/11/30 16:59:18 INFO

[GitHub] spark issue #14561: [SPARK-16972][CORE] Move DriverEndpoint out of CoarseGra...

2016-08-09 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/14561 @jerryshao The patch doesn't just change the code structure. It distinguish the responsibility of these two classes. What's more, it's the first step to refactor the schedul

[GitHub] spark issue #14561: [SPARK-16972][CORE] Move DriverEndpoint out of CoarseGra...

2016-08-09 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/14561 @zsxwing @srowen Could you please help to review this patch? Thanks~ --- 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 issue #14561: [SPARK-16972][CORE] Move DriverEndpoint out of CoarseGra...

2016-08-09 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/14561 @srowen Please help to trigger the Jenkins test, Thanks~ --- 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

[GitHub] spark issue #14561: [SPARK-16972][CORE] Move DriverEndpoint out of CoarseGra...

2016-08-09 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/14561 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 not have this feature enabled and

[GitHub] spark issue #14561: [SPARK-16972][CORE] Move DriverEndpoint out of CoarseGra...

2016-08-09 Thread lshmouse
Github user lshmouse commented on the issue: https://github.com/apache/spark/pull/14561 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 not have this feature enabled and

[GitHub] spark pull request #14561: SPARK-16972: Move DriverEndpoint out of CoarseGra...

2016-08-09 Thread lshmouse
GitHub user lshmouse opened a pull request: https://github.com/apache/spark/pull/14561 SPARK-16972: Move DriverEndpoint out of CoarseGrainedSchedulerBackend ## What changes were proposed in this pull request? Move DriverEndpoint out of CoarseGrainedSchedulerBackend and make the