You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/17 08:21:25 UTC

[03/50] [abbrv] ignite git commit: Added missing package info for o.a.i.hadoop.planner package.

Added missing package info for o.a.i.hadoop.planner package.


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

Branch: refs/heads/ignite-1561-1
Commit: 378475649ec3fbaf84929863fa36fe6f683b1530
Parents: 1708ffb
Author: devozerov <vo...@gridgain.com>
Authored: Fri Apr 14 16:10:49 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Fri Apr 14 16:10:49 2017 +0300

----------------------------------------------------------------------
 .../ignite/hadoop/planner/package-info.java     | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/37847564/modules/hadoop/src/main/java/org/apache/ignite/hadoop/planner/package-info.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/planner/package-info.java b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/planner/package-info.java
new file mode 100644
index 0000000..08a5fab
--- /dev/null
+++ b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/planner/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ */
+
+/**
+ * <!-- Package description. -->
+ * Ignite Hadoop Accelerator planner classes.
+ */
+package org.apache.ignite.hadoop.planner;
\ No newline at end of file