Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-683 eb0450aef -> 85cf589ef
HAWQ-683. Added package info classes Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/85cf589e Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/85cf589e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/85cf589e Branch: refs/heads/HAWQ-683 Commit: 85cf589ef357ea7a44569ba4537139704a818f20 Parents: eb0450a Author: Shivram Mani <[email protected]> Authored: Tue Apr 19 15:16:20 2016 -0700 Committer: Shivram Mani <[email protected]> Committed: Tue Apr 19 15:16:20 2016 -0700 ---------------------------------------------------------------------- .../org/apache/hawq/pxf/api/package-info.java | 23 ++++++++++++++++++++ .../hawq/pxf/plugins/hbase/package-info.java | 23 ++++++++++++++++++++ .../hawq/pxf/plugins/hdfs/package-info.java | 23 ++++++++++++++++++++ .../hawq/pxf/plugins/hive/package-info.java | 23 ++++++++++++++++++++ 4 files changed, 92 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85cf589e/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/package-info.java ---------------------------------------------------------------------- diff --git a/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/package-info.java b/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/package-info.java new file mode 100644 index 0000000..a8dbad3 --- /dev/null +++ b/pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/package-info.java @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/** + * Provides PXF base classes and interfaces for all the PXF plugins. + */ +package org.apache.hawq.pxf.api; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85cf589e/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/package-info.java ---------------------------------------------------------------------- diff --git a/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/package-info.java b/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/package-info.java new file mode 100644 index 0000000..93412f7 --- /dev/null +++ b/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/package-info.java @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/** + * Provides PXF HBase Plugin. + */ +package org.apache.hawq.pxf.plugins.hbase; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85cf589e/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/package-info.java ---------------------------------------------------------------------- diff --git a/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/package-info.java b/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/package-info.java new file mode 100644 index 0000000..00d0c46 --- /dev/null +++ b/pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/package-info.java @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/** + * Provides PXF HDFS Plugin. + */ +package org.apache.hawq.pxf.plugins.hdfs; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/85cf589e/pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/package-info.java ---------------------------------------------------------------------- diff --git a/pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/package-info.java b/pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/package-info.java new file mode 100644 index 0000000..e2540d3 --- /dev/null +++ b/pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/package-info.java @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/** + * Provides PXF Hive Plugin. + */ +package org.apache.hawq.pxf.plugins.hive; \ No newline at end of file
