You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by jb...@apache.org on 2016/06/23 14:16:30 UTC

[42/56] [abbrv] incubator-carbondata git commit: Fixed data loading failure in Spark1.6 spark shell (#695)

Fixed data loading failure in Spark1.6 spark shell (#695)



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

Branch: refs/heads/master
Commit: 8777640274d87d2606ccb36ac971d07bf1029aef
Parents: 19590db
Author: Ravindra Pesala <ra...@gmail.com>
Authored: Mon Jun 20 04:49:42 2016 +0530
Committer: Jacky Li <ja...@huawei.com>
Committed: Mon Jun 20 07:19:42 2016 +0800

----------------------------------------------------------------------
 assembly/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/87776402/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7c3bb8c..ef7d5d9 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -93,6 +93,7 @@
                 <exclude>META-INF/*.SF</exclude>
                 <exclude>META-INF/*.DSA</exclude>
                 <exclude>META-INF/*.RSA</exclude>
+                <exclude>META-INF/vfs-providers.xml</exclude>
               </excludes>
             </filter>
           </filters>