[
https://issues.apache.org/jira/browse/BEAM-6922?focusedWorklogId=221451&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-221451
]
ASF GitHub Bot logged work on BEAM-6922:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Apr/19 20:07
Start Date: 01/Apr/19 20:07
Worklog Time Spent: 10m
Work Description: kennknowles commented on pull request #8182:
[BEAM-6922] Replace cassandra-unit with achilles
URL: https://github.com/apache/beam/pull/8182#discussion_r271029223
##########
File path:
sdks/java/io/cassandra/src/test/java/org/apache/beam/sdk/io/cassandra/CassandraIOTest.java
##########
@@ -88,63 +92,64 @@
private static final long NUM_ROWS = 20L;
private static final String CASSANDRA_KEYSPACE = "beam_ks";
private static final String CASSANDRA_HOST = "127.0.0.1";
- private static final int CASSANDRA_PORT = 9142;
+ private static final int CASSANDRA_PORT = 9042;
Review comment:
So this still cannot have more than one on a host?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 221451)
Time Spent: 1h 20m (was: 1h 10m)
> Remove LGPL test library dependency in cassandraio-test
> -------------------------------------------------------
>
> Key: BEAM-6922
> URL: https://issues.apache.org/jira/browse/BEAM-6922
> Project: Beam
> Issue Type: Bug
> Components: io-java-cassandra
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Blocker
> Fix For: 2.12.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> cassandra-io tests use cassandra-unit test library that has LGPLV3 ASF
> category X licence , we cannot deliver test jars that depend on LGPL licence.
> A similar discussion at
> https://issues.apache.org/jira/browse/LEGAL-153?focusedCommentId=13548819
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)