Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FederatedStore script to start a real FedStore without pom and generators. #2630

Closed
GCHQDev404 opened this issue Apr 19, 2022 · 1 comment · Fixed by #2631
Closed

FederatedStore script to start a real FedStore without pom and generators. #2630

GCHQDev404 opened this issue Apr 19, 2022 · 1 comment · Fixed by #2631
Assignees
Labels
enhancement Improvement to existing functionality/feature federated-store Specific to/touches the federated-store module

Comments

@GCHQDev404
Copy link
Contributor

No description provided.

@GCHQDev404
Copy link
Contributor Author

Might get superseded by docker alternatives?

@n3101 n3101 added the federated-store Specific to/touches the federated-store module label Oct 12, 2022
@n3101 n3101 added this to the v2.0.0-alpha-0.5 milestone Oct 12, 2022
GCHQDev404 added a commit that referenced this issue Oct 23, 2022
…ha' into gh-2630-example-real-federatedstore

# Conflicts:
#	core/access/pom.xml
#	core/cache/pom.xml
#	core/common-util/pom.xml
#	core/data/pom.xml
#	core/exception/pom.xml
#	core/graph/pom.xml
#	core/operation/README.md
#	core/operation/pom.xml
#	core/pom.xml
#	core/serialisation/pom.xml
#	core/store/pom.xml
#	core/store/src/main/java/uk/gov/gchq/gaffer/store/Store.java
#	core/store/src/main/java/uk/gov/gchq/gaffer/store/operation/handler/HasTraitHandler.java
#	core/store/src/test/java/uk/gov/gchq/gaffer/store/StoreTest.java
#	core/store/src/test/java/uk/gov/gchq/gaffer/store/operation/handler/HasTraitHandlerTest.java
#	core/type/pom.xml
#	example/basic/basic-model/pom.xml
#	example/basic/basic-rest/pom.xml
#	example/basic/pom.xml
#	example/federated-demo/pom.xml
#	example/pom.xml
#	example/road-traffic/pom.xml
#	example/road-traffic/road-traffic-demo/pom.xml
#	example/road-traffic/road-traffic-generators/pom.xml
#	example/road-traffic/road-traffic-model/pom.xml
#	example/road-traffic/road-traffic-rest/pom.xml
#	integration-test/pom.xml
#	library/bitmap-library/pom.xml
#	library/cache-library/hazelcast-cache-service/pom.xml
#	library/cache-library/hazelcast-cache-service/src/test/resources/hazelcast.xml
#	library/cache-library/jcs-cache-service/pom.xml
#	library/cache-library/pom.xml
#	library/flink-library/pom.xml
#	library/hdfs-library/pom.xml
#	library/pom.xml
#	library/sketches-library/pom.xml
#	library/spark/pom.xml
#	library/spark/spark-accumulo-library/pom.xml
#	library/spark/spark-library/pom.xml
#	library/time-library/pom.xml
#	pom.xml
#	rest-api/accumulo-rest/pom.xml
#	rest-api/common-rest/pom.xml
#	rest-api/common-rest/src/main/java/uk/gov/gchq/gaffer/rest/SystemProperty.java
#	rest-api/common-rest/src/main/resources/version.properties
#	rest-api/core-rest/pom.xml
#	rest-api/hbase-rest/pom.xml
#	rest-api/map-rest/pom.xml
#	rest-api/parquet-rest/pom.xml
#	rest-api/pom.xml
#	rest-api/spring-rest/pom.xml
#	store-implementation/accumulo-store/pom.xml
#	store-implementation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/retriever/AccumuloSetRetriever.java
#	store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/operation/handler/GetElementsWithinSetHandlerTest.java
#	store-implementation/accumulo-store/src/test/java/uk/gov/gchq/gaffer/accumulostore/retriever/impl/AccumuloIDWithinSetRetrieverTest.java
#	store-implementation/federated-store/pom.xml
#	store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/FederatedGraphStorageTraitsTest.java
#	store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/FederatedStoreGetTraitsTest.java
#	store-implementation/hbase-store/README.md
#	store-implementation/hbase-store/pom.xml
#	store-implementation/hbase-store/src/main/java/uk/gov/gchq/gaffer/hbasestore/HBaseStore.java
#	store-implementation/map-store/pom.xml
#	store-implementation/parquet-store/README.md
#	store-implementation/parquet-store/pom.xml
#	store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/ParquetStore.java
#	store-implementation/pom.xml
#	store-implementation/proxy-store/pom.xml
GCHQDev404 added a commit that referenced this issue Oct 23, 2022
…atedstore-delete-accumulo-table

# Conflicts:
#	example/federated-demo/src/main/resources/operationDeclarations.json
#	store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/FederatedGraphStorage.java
#	store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/util/FederatedStoreUtil.java
GCHQDev404 added a commit that referenced this issue Oct 24, 2022
…eal-federatedstore

# Conflicts:
#	store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/FederatedStoreCacheBackwardCompatibilityTest.java
#	store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/FederatedStoreTest.java
GCHQDev404 added a commit that referenced this issue Oct 24, 2022
…atedStore-RemoveGraphAndDeleteAccumuloTable
GCHQDev404 added a commit that referenced this issue Oct 24, 2022
GCHQDev404 added a commit that referenced this issue Oct 24, 2022
GCHQDev404 added a commit that referenced this issue Oct 24, 2022
GCHQDev404 added a commit that referenced this issue Oct 24, 2022
GCHQDev404 added a commit that referenced this issue Oct 25, 2022
GCHQDev404 added a commit that referenced this issue Oct 25, 2022
GCHQDev404 added a commit that referenced this issue Oct 25, 2022
GCHQDev404 added a commit that referenced this issue Oct 26, 2022
@t92549 t92549 added the enhancement Improvement to existing functionality/feature label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality/feature federated-store Specific to/touches the federated-store module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants