You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: TESTING.md
+9
Original file line number
Diff line number
Diff line change
@@ -86,3 +86,12 @@ To run Elasicsearch tests using an embedded Elasticsearch Docker container, use
86
86
```bash
87
87
mvn clean install -pl janusgraph-es -Pes-docker
88
88
```
89
+
90
+
### Running Hadoop tests with Cassandra-3 using CQL record reader (requires Docker)
91
+
92
+
To run Hadoop tests with Cassandra-3 using the CQL record reader, start a Cassandra-3 Docker container and run tests with `-DskipCassandra3=false`. Note core HBase and Cassandra-2 Hadoop tests must be skipped when an external Cassandra instance is running.
Copy file name to clipboardexpand all lines: janusgraph-hadoop-parent/janusgraph-hadoop-core/src/main/java/org/janusgraph/hadoop/formats/cassandra/Cassandra3BinaryInputFormat.java
Copy file name to clipboardexpand all lines: janusgraph-hadoop-parent/janusgraph-hadoop-core/src/main/java/org/janusgraph/hadoop/formats/cassandra/CassandraBinaryInputFormat.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public class CassandraBinaryInputFormat extends AbstractBinaryInputFormat {
Copy file name to clipboardexpand all lines: janusgraph-hadoop-parent/janusgraph-hadoop-core/src/main/java/org/janusgraph/hadoop/formats/cassandra/CqlBridgeRecordReader.java
-15
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,3 @@
1
-
// Copyright 2017 JanusGraph Authors
2
-
//
3
-
// Licensed under the Apache License, Version 2.0 (the "License");
4
-
// you may not use this file except in compliance with the License.
5
-
// You may obtain a copy of the License at
6
-
//
7
-
// http://www.apache.org/licenses/LICENSE-2.0
8
-
//
9
-
// Unless required by applicable law or agreed to in writing, software
10
-
// distributed under the License is distributed on an "AS IS" BASIS,
11
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
-
// See the License for the specific language governing permissions and
13
-
// limitations under the License.
14
-
15
-
// Brought in the following copyright header from Cassandra-3 GitHub Repo.
16
1
/*
17
2
* Licensed to the Apache Software Foundation (ASF) under one
18
3
* or more contributor license agreements. See the NOTICE file
Copy file name to clipboardexpand all lines: janusgraph-hadoop-parent/janusgraph-hadoop-core/src/test/java/org/janusgraph/hadoop/CassandraInputFormatIT.java
0 commit comments