GORA-490 added missing package-info files for gora-hbase

Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/228c821e
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/228c821e
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/228c821e

Branch: refs/heads/master
Commit: 228c821e1f0edb31333cafb1d9dfd92eb0bc9c2c
Parents: 5c0cc79
Author: cihad guzel <cguz...@gmail.com>
Authored: Sun Aug 28 13:54:23 2016 +0300
Committer: cihad guzel <cguz...@gmail.com>
Committed: Sun Aug 28 13:54:23 2016 +0300

----------------------------------------------------------------------
 .../org/apache/gora/hbase/package-info.java     | 20 +++++++++++++++++++
 .../gora/hbase/mapreduce/package-info.java      | 21 ++++++++++++++++++++
 .../apache/gora/hbase/store/package-info.java   | 21 ++++++++++++++++++++
 .../apache/gora/hbase/util/package-info.java    | 20 +++++++++++++++++++
 4 files changed, 82 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/228c821e/gora-hbase/src/main/java/org/apache/gora/hbase/package-info.java
----------------------------------------------------------------------
diff --git a/gora-hbase/src/main/java/org/apache/gora/hbase/package-info.java 
b/gora-hbase/src/main/java/org/apache/gora/hbase/package-info.java
new file mode 100644
index 0000000..3eb256d
--- /dev/null
+++ b/gora-hbase/src/main/java/org/apache/gora/hbase/package-info.java
@@ -0,0 +1,20 @@
+/**
+ * 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.
+ */
+/**
+ * This package contains HBase datastore related all classes.
+ */
+package org.apache.gora.hbase;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/228c821e/gora-hbase/src/test/java/org/apache/gora/hbase/mapreduce/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-hbase/src/test/java/org/apache/gora/hbase/mapreduce/package-info.java 
b/gora-hbase/src/test/java/org/apache/gora/hbase/mapreduce/package-info.java
new file mode 100644
index 0000000..5d66e68
--- /dev/null
+++ b/gora-hbase/src/test/java/org/apache/gora/hbase/mapreduce/package-info.java
@@ -0,0 +1,21 @@
+/**
+ * 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.
+ */
+/**
+ * This package contains unit test for mapreduce jobs execution over
+ * {@link org.apache.gora.hbase.store.HBaseStore}.
+ */
+package org.apache.gora.hbase.mapreduce;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/228c821e/gora-hbase/src/test/java/org/apache/gora/hbase/store/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-hbase/src/test/java/org/apache/gora/hbase/store/package-info.java 
b/gora-hbase/src/test/java/org/apache/gora/hbase/store/package-info.java
new file mode 100644
index 0000000..3feca6c
--- /dev/null
+++ b/gora-hbase/src/test/java/org/apache/gora/hbase/store/package-info.java
@@ -0,0 +1,21 @@
+/**
+ * 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.
+ */
+/**
+ * This package contains all the unit tests for basic CRUD operations
+ * functionality of the HBase dataStore.
+ */
+package org.apache.gora.hbase.store;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/gora/blob/228c821e/gora-hbase/src/test/java/org/apache/gora/hbase/util/package-info.java
----------------------------------------------------------------------
diff --git 
a/gora-hbase/src/test/java/org/apache/gora/hbase/util/package-info.java 
b/gora-hbase/src/test/java/org/apache/gora/hbase/util/package-info.java
new file mode 100644
index 0000000..1c18954
--- /dev/null
+++ b/gora-hbase/src/test/java/org/apache/gora/hbase/util/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * 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.
+ */
+/**
+ * This package contains all the unit tests for utils of the HBase dataStore.
+ */
+package org.apache.gora.hbase.util;
\ No newline at end of file

Reply via email to