|
huaxiang
2012-09-08, 04:47
John Hancock
2012-09-08, 09:46
Monish r
2012-09-10, 07:00
huaxiang
2012-09-10, 16:02
Stack
2012-09-10, 17:13
Srinivas Mupparapu
2012-09-10, 17:26
Harsh J
2012-09-10, 17:26
Harsh J
2012-09-10, 17:29
lars hofhansl
2012-09-11, 00:31
John Hancock
2012-09-11, 09:32
|
-
for CDH4.0, where can i find the hbase-default.xml file if using RPM installhuaxiang 2012-09-08, 04:47
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
-
Re: for CDH4.0, where can i find the hbase-default.xml file if using RPM installJohn Hancock 2012-09-08, 09:46
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 <[EMAIL PROTECTED]>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 > >
-
Re: for CDH4.0, where can i find the hbase-default.xml file if using RPM installMonish r 2012-09-10, 07:00
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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED] > >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 > > > > >
-
答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installhuaxiang 2012-09-10, 16:02
Hi,
I don't find the hbase-default.xml file using following command, any other way? To be clear, this hadoop was installed with CDH RPM package. Huaxiang [root@hadoop1 ~]# clear [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* [root@hadoop1 ~]# ^C [root@hadoop1 ~]# find / -name "*hbase-default.xml*" /usr/share/doc/hbase-0.92.1+67/hbase-default.xml [root@hadoop1 ~]# -----邮件原件----- 发件人: Monish r [mailto:[EMAIL PROTECTED]] 发送时间: 2012年9月10日 15:00 收件人: [EMAIL PROTECTED] 主题: Re: for CDH4.0, where can i find the hbase-default.xml file if using RPM install 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 <[EMAIL PROTECTED]> 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 > <[EMAIL PROTECTED] > >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 > > > > >
-
Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installStack 2012-09-10, 17:13
On Mon, Sep 10, 2012 at 9:02 AM, huaxiang <[EMAIL PROTECTED]> wrote:
> Hi, > I don't find the hbase-default.xml file using following command, any > other way? > To be clear, this hadoop was installed with CDH RPM package. > Is it not bundled inside the hbase-*.jar? St.Ack
-
Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installSrinivas Mupparapu 2012-09-10, 17:26
I just installed HBase from .tar.gz file and I couldn't find that file
either. Thanks, Srinivas M On Sep 10, 2012 11:03 AM, "huaxiang" <[EMAIL PROTECTED]> wrote: > Hi, > I don't find the hbase-default.xml file using following command, any > other way? > To be clear, this hadoop was installed with CDH RPM package. > > Huaxiang > > [root@hadoop1 ~]# clear > [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* > [root@hadoop1 ~]# ^C > [root@hadoop1 ~]# find / -name "*hbase-default.xml*" > /usr/share/doc/hbase-0.92.1+67/hbase-default.xml > [root@hadoop1 ~]# > > -----邮件原件----- > 发件人: Monish r [mailto:[EMAIL PROTECTED]] > 发送时间: 2012年9月10日 15:00 > 收件人: [EMAIL PROTECTED] > 主题: Re: for CDH4.0, where can i find the hbase-default.xml file if using > RPM install > > 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 <[EMAIL PROTECTED]> > 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 > > <[EMAIL PROTECTED] > > >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 > > > > > > > > > >
-
Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installHarsh J 2012-09-10, 17:26
HBase in packaged form bundles the default XML only inside the HBase
jar(s). You need to download a source package tarball to get the default XML otherwise. > /usr/share/doc/hbase-0.92.1+67/hbase-default.xml The above looks right, you can use that as a reference. Looks to be installed via a docs package from the same distribution. Otherwise, get it via a simple unzip from the jar: $ unzip $HBASE_HOME/hbase-0.92.1-cdh4.0.1-security.jar hbase-default.xml $ cat hbase-default.xml On Mon, Sep 10, 2012 at 9:32 PM, huaxiang <[EMAIL PROTECTED]> wrote: > Hi, > I don't find the hbase-default.xml file using following command, any > other way? > To be clear, this hadoop was installed with CDH RPM package. > > Huaxiang > > [root@hadoop1 ~]# clear > [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* > [root@hadoop1 ~]# ^C > [root@hadoop1 ~]# find / -name "*hbase-default.xml*" > /usr/share/doc/hbase-0.92.1+67/hbase-default.xml > [root@hadoop1 ~]# > > -----邮件原件----- > 发件人: Monish r [mailto:[EMAIL PROTECTED]] > 发送时间: 2012年9月10日 15:00 > 收件人: [EMAIL PROTECTED] > 主题: Re: for CDH4.0, where can i find the hbase-default.xml file if using > RPM install > > 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 <[EMAIL PROTECTED]> 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 >> <[EMAIL PROTECTED] >> >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 >> > >> > >> > -- Harsh J
-
Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installHarsh J 2012-09-10, 17:29
Srinivas,
In the source tarball, the file is at $HBASE_HOME/src/main/resources/hbase-default.xml On Mon, Sep 10, 2012 at 10:56 PM, Srinivas Mupparapu <[EMAIL PROTECTED]> wrote: > I just installed HBase from .tar.gz file and I couldn't find that file > either. > > Thanks, > Srinivas M > On Sep 10, 2012 11:03 AM, "huaxiang" <[EMAIL PROTECTED]> wrote: > >> Hi, >> I don't find the hbase-default.xml file using following command, any >> other way? >> To be clear, this hadoop was installed with CDH RPM package. >> >> Huaxiang >> >> [root@hadoop1 ~]# clear >> [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* >> [root@hadoop1 ~]# ^C >> [root@hadoop1 ~]# find / -name "*hbase-default.xml*" >> /usr/share/doc/hbase-0.92.1+67/hbase-default.xml >> [root@hadoop1 ~]# >> >> -----邮件原件----- >> 发件人: Monish r [mailto:[EMAIL PROTECTED]] >> 发送时间: 2012年9月10日 15:00 >> 收件人: [EMAIL PROTECTED] >> 主题: Re: for CDH4.0, where can i find the hbase-default.xml file if using >> RPM install >> >> 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 <[EMAIL PROTECTED]> >> 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 >> > <[EMAIL PROTECTED] >> > >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 >> > > >> > > >> > >> >> -- Harsh J
-
Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installlars hofhansl 2012-09-11, 00:31
You want to look at the hbase-xxx.jar inside the .tar.gz archive.
Tested with 0.94.1: $ tar -O -xf hbase-0.94.1.tar.gz "*hbase-0.94.1.jar" | jar -t | grep hbase-default.xmlhbase-default.xml It's there. :) -- Lars ----- Original Message ----- From: Srinivas Mupparapu <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: Sent: Monday, September 10, 2012 10:26 AM Subject: Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM install I just installed HBase from .tar.gz file and I couldn't find that file either. Thanks, Srinivas M On Sep 10, 2012 11:03 AM, "huaxiang" <[EMAIL PROTECTED]> wrote: > Hi, > I don't find the hbase-default.xml file using following command, any > other way? > To be clear, this hadoop was installed with CDH RPM package. > > Huaxiang > > [root@hadoop1 ~]# clear > [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* > [root@hadoop1 ~]# ^C > [root@hadoop1 ~]# find / -name "*hbase-default.xml*" > /usr/share/doc/hbase-0.92.1+67/hbase-default.xml > [root@hadoop1 ~]# > > -----邮件���件----- > 发件人: Monish r [mailto:[EMAIL PROTECTED]] > 发送时间: 2012年9月10日 15:00 > 收件人: [EMAIL PROTECTED] > 主题: Re: for CDH4.0, where can i find the hbase-default.xml file if using > RPM install > > 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 <[EMAIL PROTECTED]> > 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 > > <[EMAIL PROTECTED] > > >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 > > > > > > > > > >
-
Re: 答复: for CDH4.0, where can i find the hbase-default.xml file if using RPM installJohn Hancock 2012-09-11, 09:32
Huaxiang,
You are looking for hbase-default.xml, right? The output of the find command is telling you where it is. /usr/share/doc/hbase-0.92.1+67/hbase-default.xml You should be able to enter the commands: less /usr/share/doc/hbase-0.92.1+67/hbase-default.xml or vi /usr/share/doc/hbase-0.92.1+67/hbase-default.xml or emacs /usr/share/doc/hbase-0.92.1+67/hbase-default.xml or nano /usr/share/doc/hbase-0.92.1+67/hbase-default.xml and see the contents of hbase-default.xml Or just do cd /usr/share/doc/hbase-0.92.1+67/ and then ls -la and you ought to see hbase-default there in the output of the ls command. -John On Mon, Sep 10, 2012 at 12:02 PM, huaxiang <[EMAIL PROTECTED]>wrote: > Hi, > I don't find the hbase-default.xml file using following command, any > other way? > To be clear, this hadoop was installed with CDH RPM package. > > Huaxiang > > [root@hadoop1 ~]# clear > [root@hadoop1 ~]# rpm -qlp *rpm_file_name.rpm* > [root@hadoop1 ~]# ^C > [root@hadoop1 ~]# find / -name "*hbase-default.xml*" > /usr/share/doc/hbase-0.92.1+67/hbase-default.xml > [root@hadoop1 ~]# > > -----邮件原件----- > 发件人: Monish r [mailto:[EMAIL PROTECTED]] > 发送时间: 2012年9月10日 15:00 > 收件人: [EMAIL PROTECTED] > 主题: Re: for CDH4.0, where can i find the hbase-default.xml file if using > RPM install > > 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 <[EMAIL PROTECTED]> > 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 > > <[EMAIL PROTECTED] > > >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 > > > > > > > > > > |