[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-9430: Status: Open (was: Patch Available) > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Legacy/Tools >Reporter: Jeremy Hanna >Priority: Low > Labels: cqlsh, lhf > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-9430: Complexity: Low Hanging Fruit > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Legacy/Tools >Reporter: Jeremy Hanna >Priority: Low > Labels: cqlsh, lhf > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Podkowinski updated CASSANDRA-9430: -- Reviewer: Stefan Podkowinski > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Tools >Reporter: Jeremy Hanna >Priority: Minor > Labels: cqlsh, lhf > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa updated CASSANDRA-9430: -- External issue URL: https://github.com/apache/cassandra/pull/146 > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Tools >Reporter: Jeremy Hanna >Priority: Minor > Labels: cqlsh, lhf > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v6.4.14#64029) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa updated CASSANDRA-9430: -- Status: Patch Available (was: Open) Appears there's a pull request for this functionality at https://github.com/apache/cassandra/pull/146 Marking patch-available in case someone would like to review it > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Tools >Reporter: Jeremy Hanna >Priority: Minor > Labels: cqlsh, lhf > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v6.4.14#64029) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-9430: Labels: cqlsh lhf (was: cqlsh) > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Tools >Reporter: Jeremy Hanna >Priority: Minor > Labels: cqlsh, lhf > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-9430: --- Description: There are certain settings that would be nice to set defaults for in the cqlshrc file. For example, a user may want to set the paging to off by default for their environment. You can't simply do {code} echo "paging off;" | cqlsh {code} because this would disable paging and immediately exit cqlsh. So it would be nice to have a section of the cqlshrc to include default settings on startup. was: There are certain settings that would be nice to set defaults for in the cqlshrc file. For example, a user may want to set the paging to off by default for their environment. You can't simply do {code:bash} echo "paging off;" | cqlsh {code:bash} because this would disable paging and immediately exit cqlsh. So it would be nice to have a section of the cqlshrc to include default settings on startup. > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Tools >Reporter: Jeremy Hanna >Priority: Minor > Labels: cqlsh > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code} > echo "paging off;" | cqlsh > {code} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (CASSANDRA-9430) Add startup options to cqlshrc
[ https://issues.apache.org/jira/browse/CASSANDRA-9430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-9430: --- Labels: cqlsh (was: ) > Add startup options to cqlshrc > -- > > Key: CASSANDRA-9430 > URL: https://issues.apache.org/jira/browse/CASSANDRA-9430 > Project: Cassandra > Issue Type: Improvement > Components: Tools >Reporter: Jeremy Hanna >Priority: Minor > Labels: cqlsh > > There are certain settings that would be nice to set defaults for in the > cqlshrc file. For example, a user may want to set the paging to off by > default for their environment. You can't simply do > {code:bash} > echo "paging off;" | cqlsh > {code:bash} > because this would disable paging and immediately exit cqlsh. > So it would be nice to have a section of the cqlshrc to include default > settings on startup. -- This message was sent by Atlassian JIRA (v6.3.4#6332)