Return-Path: X-Original-To: apmail-spark-user-archive@minotaur.apache.org Delivered-To: apmail-spark-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5AEE9173A4 for ; Sat, 28 Feb 2015 00:39:16 +0000 (UTC) Received: (qmail 94319 invoked by uid 500); 28 Feb 2015 00:39:13 -0000 Delivered-To: apmail-spark-user-archive@spark.apache.org Received: (qmail 94242 invoked by uid 500); 28 Feb 2015 00:39:13 -0000 Mailing-List: contact user-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@spark.apache.org Received: (qmail 94232 invoked by uid 99); 28 Feb 2015 00:39:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2015 00:39:13 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2015 00:39:08 +0000 Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 1CE3F15500BB for ; Fri, 27 Feb 2015 16:37:00 -0800 (PST) Date: Fri, 27 Feb 2015 17:36:57 -0700 (MST) From: iceback To: user@spark.apache.org Message-ID: <1425083817125-21854.post@n3.nabble.com> In-Reply-To: <1424932408852-21815.post@n3.nabble.com> References: <1424932408852-21815.post@n3.nabble.com> Subject: Re: group by order by fails MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org String query = "select s.name, count(s.name) as tally from sample s group by s.name order by tally"; -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/group-by-order-by-fails-tp21815p21854.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@spark.apache.org For additional commands, e-mail: user-help@spark.apache.org