Modified: gora/trunk/gora-tutorial/conf/gora.properties URL: http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/conf/gora.properties?rev=1492920&r1=1492919&r2=1492920&view=diff ============================================================================== --- gora/trunk/gora-tutorial/conf/gora.properties (original) +++ gora/trunk/gora-tutorial/conf/gora.properties Fri Jun 14 00:55:24 2013 @@ -19,6 +19,11 @@ gora.datastore.default=org.apache.gora.hbase.store.HBaseStore #gora.datastore.default=org.apache.gora.cassandra.store.CassandraStore +#gora.datastore.default=org.apache.gora.avro.store.AvroStore +#gora.avrostore.input.path=hdfs://localhost:9000/gora.avrostore.test.input +#gora.avrostore.output.path=hdfs://localhost:9000/gora.avrostore.test.output +#gora.avrostore.codec.type=JSON || BINARY + ##whether to create schema automatically if not exists. gora.datastore.autocreateschema=true
Modified: gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java URL: http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java?rev=1492920&r1=1492919&r2=1492920&view=diff ============================================================================== --- gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java (original) +++ gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java Fri Jun 14 00:55:24 2013 @@ -1,28 +1,43 @@ /** - * 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 + *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. + * 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. */ + package org.apache.gora.tutorial.log.generated; -import org.apache.avro.AvroRuntimeException; +import java.nio.ByteBuffer; +import java.util.Map; +import java.util.HashMap; +import org.apache.avro.Protocol; import org.apache.avro.Schema; +import org.apache.avro.AvroRuntimeException; +import org.apache.avro.Protocol; import org.apache.avro.util.Utf8; +import org.apache.avro.ipc.AvroRemoteException; +import org.apache.avro.generic.GenericArray; +import org.apache.avro.specific.FixedSize; +import org.apache.avro.specific.SpecificExceptionBase; +import org.apache.avro.specific.SpecificRecordBase; +import org.apache.avro.specific.SpecificRecord; +import org.apache.avro.specific.SpecificFixed; import org.apache.gora.persistency.StateManager; import org.apache.gora.persistency.impl.PersistentBase; import org.apache.gora.persistency.impl.StateManagerImpl; +import org.apache.gora.persistency.StatefulHashMap; +import org.apache.gora.persistency.ListGenericArray; @SuppressWarnings("all") public class MetricDatum extends PersistentBase { Modified: gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java URL: http://svn.apache.org/viewvc/gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java?rev=1492920&r1=1492919&r2=1492920&view=diff ============================================================================== --- gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java (original) +++ gora/trunk/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java Fri Jun 14 00:55:24 2013 @@ -1,28 +1,43 @@ /** - * 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 + *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. + * 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. */ + package org.apache.gora.tutorial.log.generated; -import org.apache.avro.AvroRuntimeException; +import java.nio.ByteBuffer; +import java.util.Map; +import java.util.HashMap; +import org.apache.avro.Protocol; import org.apache.avro.Schema; +import org.apache.avro.AvroRuntimeException; +import org.apache.avro.Protocol; import org.apache.avro.util.Utf8; +import org.apache.avro.ipc.AvroRemoteException; +import org.apache.avro.generic.GenericArray; +import org.apache.avro.specific.FixedSize; +import org.apache.avro.specific.SpecificExceptionBase; +import org.apache.avro.specific.SpecificRecordBase; +import org.apache.avro.specific.SpecificRecord; +import org.apache.avro.specific.SpecificFixed; import org.apache.gora.persistency.StateManager; import org.apache.gora.persistency.impl.PersistentBase; import org.apache.gora.persistency.impl.StateManagerImpl; +import org.apache.gora.persistency.StatefulHashMap; +import org.apache.gora.persistency.ListGenericArray; @SuppressWarnings("all") public class Pageview extends PersistentBase { Modified: gora/trunk/pom.xml URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1492920&r1=1492919&r2=1492920&view=diff ============================================================================== --- gora/trunk/pom.xml (original) +++ gora/trunk/pom.xml Fri Jun 14 00:55:24 2013 @@ -576,7 +576,7 @@ <module>gora-accumulo</module> <module>gora-cassandra</module> <module>gora-dynamodb</module> - <module>gora-sql</module> + <!--module>gora-sql</module--> <module>gora-tutorial</module> <module>sources-dist</module> </modules>
