Questions tagged [geode]

Apache Geode is an open source, distributed in-memory database for scale-out applications that is a top level project at The Apache Software Foundation. Apache Geode started with a 1 million code line grant by Pivotal Software of much of the Pivotal GemFire commercial code base.

Geode is a data management platform that provides real-time, consistent access to data-intensive applications throughout widely distributed cloud architectures.

Geode pools memory (along with CPU, network and optionally local disk) across multiple processes to manage application objects and behavior. It uses dynamic replication and data partitioning techniques for high availability, improved performance, scalability, and fault tolerance. Geode is both a distributed data container and an in-memory data management system providing reliable asynchronous event notifications and guaranteed message delivery.

More Details: Apache Geode

328 questions
1
vote
2 answers

Can GemFire cache clients create Regions on servers?

I have a client/server topology scenario. Running a simple cluster of one Locator and two servers locally, different JVM processes, the servers have no Regions created on startup with the following configuration:
Mindz
  • 55
  • 1
  • 6
1
vote
1 answer

Gemfire/Geode Back-ups

I'm trying to pin down something in the Gemfire documentation around region back-ups. http://gemfire.docs.pivotal.io/geode/reference/topics/cache_xml.html#region Scroll down to the SCOPE attribute... Using the SCOPE attribute on REGION-ATTRIBUTES…
David Brimley
  • 216
  • 2
  • 6
1
vote
0 answers

Apache Geode server not restarting with xml SAXParseException

In the process of making a straightforward change to data in the region (cleared the region and re-loaded the new dataset). The data in the region had an updated class structure, so I updated the domain class / serializedID and repackaged the jar…
abh
  • 422
  • 6
  • 16
1
vote
3 answers

Geode Redis Adaptor

Hi all, hoping someone can assist me with some queries/configuration for the use of the Geode Redis Adapter. I'm having some difficulty ascertaining how/whether I can configure a number of Redis servers within my Geode cluster to function in a high…
DasSuper
  • 19
  • 3
1
vote
1 answer

Apache Geode Configuration

I had a problem trying to get Apache Geode (v1.0.0-incubating.M2) running on Linux. The problem was: while I was trying to run gfsh start server --name=server1 example command from the documentation it gave me the following error: Exception in…
tenpercent
  • 236
  • 3
  • 10
1
vote
1 answer

Data model design guide lines with GEODE

We are soon going to start something with GEODE regarding reference data. I would like to get some guide lines for the same. As you know in financial reference data world there exists complex relationships between various reference data entities…
Dharam Thakkar
  • 89
  • 1
  • 13
1
vote
2 answers

How to write log from gemfire function

I have a gemfire function which is ment to be deployed in a gemfire cluster. What is the way to write log from function, so that it goes to server log file. My gemfire version is 8.2.0
1
vote
1 answer

Apache Zeppelin build fails at Apache Geode interpreter phase, return code 409, ReasonPhrase: Conflict

currently new to the whole Ubuntu/Maven/hadoop/spark/zeppelin stuff and been stuck for a while in the zeppelin install. Could someone give me a hand with this? This is also my first post on stack overflow so let me know if i can improve the content…
JMordijck
  • 73
  • 7
1
vote
3 answers

geode: "create region" is not available. Reason: Requires connection

I've followed the instructions on https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes an started a locator and a server. When I try to create a region, I get an error message: ""create region" is not available. Reason:…
1
vote
2 answers

Retrieving all regions as a client cache

I am looking for a way to programmatically retrieve all regions and return the count/size. I can see how gfsh has the "list regions" but can't seem to find the backing java api command. I've tried cache =…
1
vote
1 answer

Does Spring XD supports in-memory processing in Hadoop

In SpringXD site link Features Data from anywhere, to anywhere Data-driven apps require refined and consolidated data at scale. Spring XD’s stream and batch workflow lets you build pipelines to consume data from various endpoints and…
USB
  • 6,019
  • 15
  • 62
  • 93
1
vote
2 answers

Read Application Object from GemFire using Spring Data GemFire. Data stored using SpringXD's gemfire-json-server

I'm using the gemfire-json-server module in SpringXD to populate a GemFire grid with json representation of “Order” objects. I understand the gemfire-json-server module saves data in Pdx form in GemFire. I’d like to read the contents of the GemFire…
1
vote
1 answer

JTA Transaction Support for Gemfire

Can anyone please help me on below queries. 1>How to achieve 100% consistency between cache and database.if I want both Gemfire and database participate in JTA transaction as regular transactional resources (supported two-phase commit).? 2> Is "last…
Shuvro Das
  • 71
  • 2
1
vote
3 answers

minimal test with apache geode

I would like to extend geode with custom binary data (serialization). Is there any documentation about how to kickoff a minimal setup/system using geode? I saw a docker image but didn't find any docs on this. It would be more than enough for me to…
mojovski
  • 581
  • 7
  • 21
1
vote
1 answer

Store sparse voxel trees in Geode or gemfire

Is it possible to store binary data in GEODE or Gemfire? In particular, I would like to store binary structures of sparse voxel octrees and retrieve them using a 3D coordinate. If yes, is it possible to create a client in C++?
mojovski
  • 581
  • 7
  • 21