From issues-return-30790-archive-asf-public=cust-asf.ponee.io@carbondata.apache.org Sat Jan 13 09:04:12 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id E4640180630 for ; Sat, 13 Jan 2018 09:04:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D439D160C2F; Sat, 13 Jan 2018 08:04:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F1C04160C22 for ; Sat, 13 Jan 2018 09:04:11 +0100 (CET) Received: (qmail 45122 invoked by uid 500); 13 Jan 2018 08:04:11 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 45113 invoked by uid 99); 13 Jan 2018 08:04:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2018 08:04:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6F6991807B2 for ; Sat, 13 Jan 2018 08:04:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -107.911 X-Spam-Level: X-Spam-Status: No, score=-107.911 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id MKHVBnQThcKO for ; Sat, 13 Jan 2018 08:04:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 36DB45F6CD for ; Sat, 13 Jan 2018 08:04:09 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4B50BE2576 for ; Sat, 13 Jan 2018 08:04:07 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id D1DCB21302 for ; Sat, 13 Jan 2018 08:04:03 +0000 (UTC) Date: Sat, 13 Jan 2018 08:04:03 +0000 (UTC) From: "Jacky Li (JIRA)" To: issues@carbondata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CARBONDATA-1965) SET command is not setting the parameter carbon.options.sort.scope 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/CARBONDATA-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacky Li resolved CARBONDATA-1965. ---------------------------------- Resolution: Fixed > SET command is not setting the parameter carbon.options.sort.scope > ------------------------------------------------------------------ > > Key: CARBONDATA-1965 > URL: https://issues.apache.org/jira/browse/CARBONDATA-1965 > Project: CarbonData > Issue Type: Bug > Components: data-query > Affects Versions: 1.3.0 > Environment: spark2.1 > Reporter: Geetika Gupta > Assignee: Vandana Yadav > Fix For: 1.3.0 > > Time Spent: 1h > Remaining Estimate: 0h > > I use set command as: > set carbon.options.sort.scope=GLOBAL_SORT; > then I create table as > create table xyz_sort1(id int) stored by 'carbondata'; > use desc command: > desc formatted xyz_sort1; > +---------------------------------------+-----------------------------------------------------------------------------------+---------------------------------------------------------------------------+--+ > | col_name | data_type | comment | > +---------------------------------------+-----------------------------------------------------------------------------------+---------------------------------------------------------------------------+--+ > | id | int | MEASURE,null | > | | | | > | ##Detailed Table Information | | | > | Database Name | 28dec | | > | Table Name | xyz_sort1 | | > | CARBON Store Path | hdfs://localhost:54311/opt/carbonStore | | > | Comment | | | > | Table Block Size | 1024 MB | | > | Table Data Size | 0 | | > | Table Index Size | 0 | | > | Last Update Time | 0 | | > | SORT_SCOPE | LOCAL_SORT | LOCAL_SORT | > | Streaming | false | | > | SORT_SCOPE | LOCAL_SORT | LOCAL_SORT | > | | | | > | ##Detailed Column property | | | > | ADAPTIVE | | | > | SORT_COLUMNS | | | > +---------------------------------------+-----------------------------------------------------------------------------------+---------------------------------------------------------------------------+--+ > 18 rows selected (0.169 seconds) > The sort_scope for table should be global_sort -- This message was sent by Atlassian JIRA (v6.4.14#64029)