Hi,
Try

rpm -qlp *rpm_file_name.rpm*

This will list all files in the rpm , from this u can know where
hbase-default.xml
is.


On Sat, Sep 8, 2012 at 3:16 PM, John Hancock <jhancock1...@gmail.com> wrote:

> Huaxiang,
>
> This may not be the quickest way to find it, but if it's anywhere in your
> system, this command will find it:
>
> find / -name "*hbase-default.xml*"
>
> or
>
> cd / find / -name "*hbase-default.xml*" > temp.txt
>
> will save the output of the find command to a text file leaving out any
> error messages that might be distracting.
>
>
> -John
>
>
>
> On Sat, Sep 8, 2012 at 12:47 AM, huaxiang <huaxi...@asiainfo-linkage.com
> >wrote:
>
> > Hi,
> >
> > I install CDH4.0 with RPM package, but I cannot find the
> hbase-default.xml
> > file?
> >
> > Where can I find it?
> >
> >
> >
> > Best R.
> >
> >
> >
> > Huaxiang
> >
> >
>

Reply via email to