[GitHub] spark pull request: [SPARK-4633] Support GZIPOutputStream in spark...

2014-12-17 Thread maropu
Github user maropu commented on the pull request: https://github.com/apache/spark/pull/3488#issuecomment-67292648 Understood, 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 have this feat

[GitHub] spark pull request: [SPARK-4633] Support GZIPOutputStream in spark...

2014-12-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/3488 --- 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 enab

[GitHub] spark pull request: [SPARK-4633] Support GZIPOutputStream in spark...

2014-12-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/3488#issuecomment-66540570 I'd like to close this issue for now until we get a better understanding of the needs. I'm not against adding more codecs, it would just be good to have some profiled re

[GitHub] spark pull request: [SPARK-4633] Support GZIPOutputStream in spark...

2014-11-28 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/3488#issuecomment-64907664 Have you seen any performance benefits from GZIP vs LZF on real workloads? I don't think we should necessarily include a lot of codecs here because the fragmentation lea

[GitHub] spark pull request: [SPARK-4633] Support GZIPOutputStream in spark...

2014-11-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3488#issuecomment-64737346 Can one of the admins verify this patch? --- 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 pro

[GitHub] spark pull request: [SPARK-4633] Support GZIPOutputStream in spark...

2014-11-26 Thread maropu
GitHub user maropu opened a pull request: https://github.com/apache/spark/pull/3488 [SPARK-4633] Support GZIPOutputStream in spark.io.compression.codec gzip is widely used in other frameworks such as hadoop mapreduce and tez, and also I think that gizip is more stable than other