Repository: atlas
Updated Branches:
  refs/heads/master 837e56323 -> 2b5c0047f (forced update)


ATLAS-2284: Add Hbase-Common jar for hive packaging to fix hbase tables 
NoClassDef issue while import-hive.


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

Branch: refs/heads/master
Commit: 2b5c0047fbbc7e573f4fdf8b74dccfac231918b2
Parents: a78b9c0
Author: nixonrodrigues <ni...@apache.org>
Authored: Wed Dec 6 19:34:20 2017 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Wed Dec 6 19:40:50 2017 +0530

----------------------------------------------------------------------
 addons/hive-bridge/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/2b5c0047/addons/hive-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 55f899f..ae11384 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -283,6 +283,11 @@
                                             
<artifactId>commons-configuration</artifactId>
                                             
<version>${commons-conf.version}</version>
                                         </artifactItem>
+                                        <artifactItem>
+                                            <groupId>org.apache.hbase</groupId>
+                                            
<artifactId>hbase-common</artifactId>
+                                            <version>${hbase.version}</version>
+                                        </artifactItem>
                                     </artifactItems>
                                 </configuration>
                             </execution>

Reply via email to