You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2016/11/21 13:42:52 UTC

[04/15] ignite git commit: Fixed classnames.properties generation for ignite-hadoop module.

Fixed classnames.properties generation for ignite-hadoop module.


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

Branch: refs/heads/ignite-4242
Commit: 73a8fa8b635cce3b9d8dcad364a32d29f12d4398
Parents: 5a4ebd5
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Fri Nov 11 10:20:32 2016 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Nov 11 10:20:32 2016 +0700

----------------------------------------------------------------------
 modules/hadoop/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/73a8fa8b/modules/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml
index 15d6eee..d0b0481 100644
--- a/modules/hadoop/pom.xml
+++ b/modules/hadoop/pom.xml
@@ -168,7 +168,7 @@
 #
                                     ]]>
                                 </argument>
-                                <argument>org.apache.ignite</argument>
+                                <argument>org.apache.ignite.hadoop:org.apache.ignite.internal.processors.hadoop</argument>
                             </arguments>
                         </configuration>
                     </execution>