Hi Zaki, You may be able to get this to work by forcing the installation of the hcatalog RPM using the --force option, but there's also a good chance that this will break your Hive installation, and may also leave you with a broken HCatalog installation.
The basic problem is that the HCatalog RPM should not install Hive artifacts, but is forced to because Apache Hive RPMs don't exist. I filed HCATALOG-217 to track this issue. Until this ticket gets resolved I think your best bet is to try using the HCatalog tarball. Thanks. Carl On Sun, Jan 15, 2012 at 10:29 PM, zaki <[email protected]>wrote: > Hi All > > The following is the Error i am receiving when i tried to install Hcatalog > over the Cloudera's distribution of cloudera on a 5 machine cluster. > > Atlas:~ # rpm -ivh hcatalog-0.2.0_incubating-1.i386.rpm > Preparing... ########################################### > [100%] > file /usr/bin/hive from install of > hcatalog-0.2.0_incubating-1.i386 conflicts with file from package > hadoop-hive-0.7.1+42.27-2.noarch > Atlas:~ # > > Cloudera's SCM Distribution already installed hive and i have configured > it to use mysql as external database. I have tested the hive installation > by creating a table and ran query in My SQL Database to verify the same. > > Thanks in advance > Zaki > > > >
