Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1770181D9 for ; Tue, 19 Jan 2016 13:56:41 +0000 (UTC) Received: (qmail 51347 invoked by uid 500); 19 Jan 2016 13:56:40 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 51192 invoked by uid 500); 19 Jan 2016 13:56:40 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 51050 invoked by uid 99); 19 Jan 2016 13:56:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jan 2016 13:56:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E04E42C1F57 for ; Tue, 19 Jan 2016 13:56:39 +0000 (UTC) Date: Tue, 19 Jan 2016 13:56:39 +0000 (UTC) From: "Sean Owen (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SPARK-3917) Compress data before network transfer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved SPARK-3917. ------------------------------ Resolution: Won't Fix The narrow issue here is probably WontFix, as the issue is more about treatment of sparse data, not compression. I don't think another level of compression would help. This also hasn't gotten any traction. > Compress data before network transfer > ------------------------------------- > > Key: SPARK-3917 > URL: https://issues.apache.org/jira/browse/SPARK-3917 > Project: Spark > Issue Type: Improvement > Components: Spark Core > Affects Versions: 1.1.0 > Environment: All > Reporter: junlong > > When training Gradient Boosting Decision Tree on large sparse data, heavy network flow pull down CPU utilization ratio. And through compression on network flow data, 90% are reduced. > So maybe compression before transfering may provide higher speedup on spark. And user can configure it to decide whether compress or not. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org