From commits-return-209086-apmail-cassandra-commits-archive=cassandra.apache.org@cassandra.apache.org Tue Apr 17 16:41:04 2018 Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90C7D18CC7 for ; Tue, 17 Apr 2018 16:41:04 +0000 (UTC) Received: (qmail 69520 invoked by uid 500); 17 Apr 2018 16:41:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 69482 invoked by uid 500); 17 Apr 2018 16:41:04 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 69469 invoked by uid 99); 17 Apr 2018 16:41:04 -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; Tue, 17 Apr 2018 16:41:04 +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 C63D31806E4 for ; Tue, 17 Apr 2018 16:41:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, 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 sWnthpPmG1i2 for ; Tue, 17 Apr 2018 16:41:01 +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 E8EF35F2C4 for ; Tue, 17 Apr 2018 16:41:00 +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 7234AE0BDE for ; Tue, 17 Apr 2018 16:41:00 +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 221F621209 for ; Tue, 17 Apr 2018 16:41:00 +0000 (UTC) Date: Tue, 17 Apr 2018 16:41:00 +0000 (UTC) From: "Jeff Jirsa (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-14301) Error running cqlsh: unexpected keyword argument 'no_compact' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-14301?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa resolved CASSANDRA-14301. ------------------------------------ Resolution: Not A Problem > Error running cqlsh: unexpected keyword argument 'no_compact' > ------------------------------------------------------------- > > Key: CASSANDRA-14301 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1430= 1 > Project: Cassandra > Issue Type: Bug > Reporter: M. Justin > Priority: Major > Labels: cqlsh, proposed-wontfix > > I recently installed Cassandra 3.11.2 on my Mac using Homebrew. =C2=A0Whe= n I run the "cqlsh" command, I get the following error: > {code:none} > $ cqlsh > Traceback (most recent call last): > =C2=A0 File "/usr/local/Cellar/cassandra/3.11.2/libexec/bin/cqlsh.py", li= ne 2443, in > =C2=A0 =C2=A0 main(*read_options(sys.argv[1:], os.environ)) > =C2=A0 File "/usr/local/Cellar/cassandra/3.11.2/libexec/bin/cqlsh.py", li= ne 2421, in main > =C2=A0 =C2=A0 encoding=3Doptions.encoding) > =C2=A0 File "/usr/local/Cellar/cassandra/3.11.2/libexec/bin/cqlsh.py", li= ne 488, in __init__ > =C2=A0 =C2=A0 **kwargs) > =C2=A0 File "cassandra/cluster.py", line 735, in cassandra.cluster.Cluste= r.__init__ (cassandra/cluster.c:10935) > TypeError: __init__() got an unexpected keyword argument 'no_compact' > {code} > Commenting out [line 483 of cqlsh.py|https://github.com/apache/cassandra/= blob/cassandra-3.11.2/bin/cqlsh.py#L483] works around=C2=A0the issue: > {code} > # no_compact=3Dno_compact > {code} > =C2=A0I am not the only person impacted, as evidenced by [this existing S= tack Overflow post|https://stackoverflow.com/questions/48885984/was-cqlsh-5= -0-1-broken-in-cassandra-3-11-2-release] from 2/20/2018. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org