Skip to content

Conversation

@andrewor14
Copy link
Contributor

@SparkQA
Copy link

SparkQA commented Nov 1, 2015

Test build #44761 has finished for PR 9398 at commit 5b6c70e.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Nov 2, 2015

Test build #44775 has finished for PR 9398 at commit 6cd12f1.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * logInfo(s\"Hive class not found $e\")\n * logDebug(\"Hive class not found\", e)\n

@andrewor14
Copy link
Contributor Author

retest this please

@sarutak
Copy link
Member

sarutak commented Nov 2, 2015

Thanks @andrewor14 , I'll look into this soon!

@SparkQA
Copy link

SparkQA commented Nov 2, 2015

Test build #44816 has finished for PR 9398 at commit 6cd12f1.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mateiz
Copy link
Contributor

mateiz commented Nov 3, 2015

Thanks for adding this! The UI itself looks good to me.

@sarutak
Copy link
Member

sarutak commented Nov 3, 2015

It LGTM.
I looked into this and tried to work this with some jobs.

@sarutak
Copy link
Member

sarutak commented Nov 4, 2015

If you are not planing additional changes on this and no one has comments, I'll merge this.

@andrewor14
Copy link
Contributor Author

OK, I'm merging this myself because I want to get it into 1.6. Thanks.

@asfgit asfgit closed this in 7f74190 Nov 7, 2015
@andrewor14 andrewor14 deleted the rdd-callsite branch November 7, 2015 20:38
asfgit pushed a commit that referenced this pull request Nov 9, 2015
<img width="548" alt="screen shot 2015-11-01 at 9 42 33 am" src="https://cloud.githubusercontent.com/assets/2133137/10870343/2a8cd070-807d-11e5-857a-4ebcace77b5b.png">
mateiz sarutak

Author: Andrew Or <[email protected]>

Closes #9398 from andrewor14/rdd-callsite.

(cherry picked from commit 7f74190)
Signed-off-by: Reynold Xin <[email protected]>
asfgit pushed a commit that referenced this pull request Dec 3, 2015
**Problem.** Event logs in 1.6 were much bigger than 1.5. I ran page rank and the event log size in 1.6 was almost 5x that in 1.5. I did a bisect to find that the RDD callsite added in #9398 is largely responsible for this.

**Solution.** This patch removes the long form of the callsite (which is not used!) from the event log. This reduces the size of the event log significantly.

*Note on compatibility*: if this patch is to be merged into 1.6.0, then it won't break any compatibility. Otherwise, if it is merged into 1.6.1, then we might need to add more backward compatibility handling logic (currently does not exist yet).

Author: Andrew Or <[email protected]>

Closes #10115 from andrewor14/smaller-event-logs.

(cherry picked from commit 688e521)
Signed-off-by: Andrew Or <[email protected]>
ghost pushed a commit to dbtsai/spark that referenced this pull request Dec 3, 2015
**Problem.** Event logs in 1.6 were much bigger than 1.5. I ran page rank and the event log size in 1.6 was almost 5x that in 1.5. I did a bisect to find that the RDD callsite added in apache#9398 is largely responsible for this.

**Solution.** This patch removes the long form of the callsite (which is not used!) from the event log. This reduces the size of the event log significantly.

*Note on compatibility*: if this patch is to be merged into 1.6.0, then it won't break any compatibility. Otherwise, if it is merged into 1.6.1, then we might need to add more backward compatibility handling logic (currently does not exist yet).

Author: Andrew Or <[email protected]>

Closes apache#10115 from andrewor14/smaller-event-logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants