[
https://issues.apache.org/jira/browse/CASSANDRA-10853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246944#comment-15246944
]
Michael Shuler commented on CASSANDRA-10853:
--------------------------------------------
Ubuntu 16.04 x86_64 looks happy with some minimal deb build updates to migrate
to dh_python2, but it also looks like we're missing at least sstabledump in
trunk:
{noformat}
$ ssh 192.168.56.102
Warning: Permanently added '192.168.56.102' (ECDSA) to the list of known hosts.
Welcome to Ubuntu 16.04 LTS (GNU/Linux 4.4.0-18-generic x86_64)
<...>
$ sudo dpkg -i cassandra*.deb
Selecting previously unselected package cassandra.
(Reading database ... 59234 files and directories currently installed.)
Preparing to unpack cassandra_3.4_all.deb ...
Unpacking cassandra (3.4) ...
Selecting previously unselected package cassandra-tools.
Preparing to unpack cassandra-tools_3.4_all.deb ...
Unpacking cassandra-tools (3.4) ...
Setting up cassandra (3.4) ...
vm.max_map_count = 1048575
net.ipv4.tcp_keepalive_time = 300
update-rc.d: warning: start and stop actions are no longer supported; falling
back to defaults
Setting up cassandra-tools (3.4) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu4) ...
$ cqlsh
Connected to Test Cluster at 127.0.0.1:9042.
[cqlsh 5.0.1 | Cassandra 3.4 | CQL spec 3.4.2 | Native protocol v4]
Use HELP for help.
cqlsh> DESC TABLES
Keyspace system_traces
----------------------
events sessions
Keyspace system_schema
----------------------
tables triggers views keyspaces dropped_columns
functions aggregates indexes types columns
Keyspace system_auth
--------------------
resource_role_permissons_index role_permissions role_members roles
Keyspace system
---------------
available_ranges peers paxos range_xfers
batches compaction_history batchlog local
"IndexInfo" sstable_activity size_estimates hints
views_builds_in_progress peer_events built_views
Keyspace system_distributed
---------------------------
repair_history view_build_status parent_repair_history
cqlsh>
{noformat}
> deb package migration to dh_python2
> -----------------------------------
>
> Key: CASSANDRA-10853
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10853
> Project: Cassandra
> Issue Type: Task
> Components: Packaging
> Reporter: Michael Shuler
> Assignee: Michael Shuler
> Fix For: 3.0.x, 3.x
>
>
> I'm working on a deb job in jenkins, and I had forgotten to open a bug for
> this. There is no urgent need, since {{python-support}} is in Jessie, but
> this package is currently in transition to be removed.
> http://deb.li/dhs2p
> During deb build:
> {noformat}
> dh_pysupport: This program is deprecated, you should use dh_python2 instead.
> Migration guide: http://deb.li/dhs2p
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)