Re: [AEROSPIKE] Mapping file design and initial implementation details

2017-06-19 Thread lewis john mcgibbney
Hi Nishadi, Please can you submit a pull request with the issue number as the branch? Thank you Lewis On Mon, Jun 19, 2017 at 7:26 AM, Nishadi Kirielle wrote: > Hi All, > > My apologies about the last mail stating not to have field details in the > mapping file. As per the implementation details

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122811939 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/GoraCassandraTestDriver.java --- @@ -0,0 +1,157 @@ +/* + * Licensed to the Apach

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122808313 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java --- @@ -0,0 +1,516 @@ +/* + * Licensed to the Apache S

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122807988 --- Diff: gora-cassandra-cql/pom.xml --- @@ -0,0 +1,230 @@ + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSche

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122809055 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java --- @@ -0,0 +1,516 @@ +/* + * Licensed to the Apache S

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122809493 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java --- @@ -0,0 +1,516 @@ +/* + * Licensed to the Apache S

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122811683 --- Diff: gora-cassandra-cql/src/test/conf/gora.properties --- @@ -0,0 +1,30 @@ +# --- End diff -- Please make sure that all configuration opti

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122811392 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/Constants.java --- @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache Softwa

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122807843 --- Diff: gora-cassandra-cql/pom.xml --- @@ -0,0 +1,230 @@ + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSche

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122808040 --- Diff: gora-cassandra-cql/pom.xml --- @@ -0,0 +1,230 @@ + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSche

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122808264 --- Diff: gora-cassandra-cql/src/main/java/org/apache/gora/cassandra/store/CassandraStore.java --- @@ -0,0 +1,516 @@ +/* + * Licensed to the Apache S

[GitHub] gora pull request #110: Initial commit gora cassandra cql

2017-06-19 Thread lewismc
Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/110#discussion_r122812132 --- Diff: gora-cassandra-cql/src/test/java/org/apache/gora/cassandra/store/TestCassandraStore.java --- @@ -0,0 +1,92 @@ +/** + * Licensed to the Apach

Re: [AEROSPIKE] Mapping file design and initial implementation details

2017-06-19 Thread Nishadi Kirielle
Hi All, My apologies about the last mail stating not to have field details in the mapping file. As per the implementation details with regard to gora and the basic operations, IMO it would need to keep the field mapping details in the mapping file. So I have updated the mapping design as follows.