ra.gora-goraci.0.6.source-code.gora-accumulo-mapping.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gora-goraci Show documentation
Show all versions of gora-goraci Show documentation
The GoraCI test runs many ingest clients that continually create
linked lists containing 25 million nodes. At some point the clients are stopped
and a map reduce job is run to ensure no linked list has a hole. A hole indicates
data was lost.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <gora-orm> <class name="org.apache.gora.goraci.generated.CINode" keyClass="java.lang.Long" table="ci"> <field name="prev" family="meta" qualifier="prev"/> <field name="client" family="meta" qualifier="client"/> <field name="count" family="meta" qualifier="count" /> </class> <class name="org.apache.gora.goraci.generated.Flushed" keyClass="org.apache.avro.util.Utf8" table="ciFlushed"> <field name="count" family="gi" qualifier="count" /> </class> </gora-orm>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy