On 12/25/11 10:58 AM, Mark Kerzner wrote:
Hi,
About, http://hbase.apache.org/book.html
could you tell me who is the author and what does he/she use to compose -
especially, how do you do "by chapter/all on one page" options?
Thank you,
Mark
Hi Mark,
You can generate the HBase Book in you
OfflineMetaRepair class is in 0.90.5
See HBASE-4377
But maybe you're looking for an online solution.
On Sun, Dec 25, 2011 at 7:15 PM, Jack Levin wrote:
> Yep
>
> -Jack
>
>
> On Dec 25, 2011, at 4:39 PM, Ted Yu wrote:
>
> > Which version of HBase ?
> > I guess 0.90.4 ?
> >
> > Cheers
> >
> > On
Yep
-Jack
On Dec 25, 2011, at 4:39 PM, Ted Yu wrote:
> Which version of HBase ?
> I guess 0.90.4 ?
>
> Cheers
>
> On Sun, Dec 25, 2011 at 3:55 PM, Jack Levin wrote:
>
>> 3. enable 'img644'
>>
>>
>> Does not solve the problem.
>>
>> -Jack
>>
>> On Sun, Dec 25, 2011 at 3:54 PM, Jack Levi
Hi,
Thanks for the response, I hadn't checked as I didn't think anyone would
have been working this weekend.
It's not a Cloudera distribution unless that's the default hbase
distribution and it's working in several other environment.
It could be the noexec option I made a file executable in /tmp
Doug Meil is our docs star. The doc is marked up in docbook -- see docbook.org
-- and manuel is produced by the docbk maven plugin as part of our site build.
See src/docbk for source
Stack
On Dec 25, 2011, at 10:58 AM, Mark Kerzner wrote:
> Hi,
>
> About, http://hbase.apache.org/book.ht
Which version of HBase ?
I guess 0.90.4 ?
Cheers
On Sun, Dec 25, 2011 at 3:55 PM, Jack Levin wrote:
> 3. enable 'img644'
>
>
> Does not solve the problem.
>
> -Jack
>
> On Sun, Dec 25, 2011 at 3:54 PM, Jack Levin wrote:
> > Greetings all. How does one deals with holes in tables between
> > re
Hi,
About, http://hbase.apache.org/book.html
could you tell me who is the author and what does he/she use to compose -
especially, how do you do "by chapter/all on one page" options?
Thank you,
Mark
3. enable 'img644'
Does not solve the problem.
-Jack
On Sun, Dec 25, 2011 at 3:54 PM, Jack Levin wrote:
> Greetings all. How does one deals with holes in tables between
> regions nowadays?
>
>
> Name Region Server Start Key End Key
> img644,,1317474152909.02f379ab6f08f4d7609ef1245c
Greetings all. How does one deals with holes in tables between
regions nowadays?
NameRegion Server Start Key End Key
img644,,1317474152909.02f379ab6f08f4d7609ef1245cb7033a. not deployed
1cce.jpg
img644,1cce.jpg,1317474152909.ebb8778fc1e67965c518e357125678ea. not
deployed
Hi Mariah,
though not much idea about zookeeper/region server nw,
But i tried a code snippet from
http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/package-summary.html
&
it did worked for me. might help you.
just try this line
Configuration config = HBaseConfiguration.create(); //a
Dear all,
I'm new to hbase and I want to make a java client application to access hbase.
I started by reading the quick start and installed hbase standalone on
localhost (without hdfs). The only thing I configured was the JAVA_HOME in
hbase-env.I launched the master and did a quick test. Everyt
ok, figured out what was wrong.
Here are my sbt lines all working for me with a sample client compiling and
working
resolvers += "Apache HBase" at "
https://repository.apache.org/content/repositories/releases";
libraryDependencies ++= Seq(
"org.apache.hadoop" % "hadoop-core" % "0.20.2",
so by adding this repo
http://people.apache.org/~rawson/repo/
I found in the hbase pom I was able to get at thrift 0.2.0 errors to go
away when updating for the hbase jar for my client code
some new errors now in client
object apache is not a member of package org
[error] import org.apache.hado
13 matches
Mail list logo