hbase-book
hbase-book copied to clipboard
Contains the code used in the HBase: The Definitive Guide book.
Bumps [netty-all](https://github.com/netty/netty) from 4.0.23.Final to 4.1.42.Final. Commits - [`bd907c3`](https://github.com/netty/netty/commit/bd907c3b3acf3d746ad1143270224aa0f784cd1b) [maven-release-plugin] prepare release netty-4.1.42.Final - [`2791f0f`](https://github.com/netty/netty/commit/2791f0fefac82663ca09dc8aa5dda024152c92f8) Avoid use of global AtomicLong for ScheduledFutureTask ids ([#9599](https://github-redirect.dependabot.com/netty/netty/issues/9599)) - [`86ff76a`](https://github.com/netty/netty/commit/86ff76a4f77662fe1bf61deeec5f3e39e16d4020) Fix incorrect comment ([#9598](https://github-redirect.dependabot.com/netty/netty/issues/9598))...
As version 2.0.0,I can not use hbase hbck (version 1) to fix my data inconsistencies, because -fix/ -repair options are NOT supported in version 2.0+ . I can not use...
How to solve the problem of importing data failure when importing mysql data into hbase (version 2.1.2 or 2.1.3) using sqoop (version 1.4.7)
Excuse me, in the HBase1.3 version, how is the row lock explicitly used; the original HTable's lockRow () method and the unlockRow () method seem to have been lost
I have written a custom Filter extending FilterBase and converted into JAR. The filter looks like this : ``` public class MyFilter extends FilterBase { boolean filterRow= true; String srh;...
Could you please add an explicit LICENSE file to the repo so that it's clear under what terms the content is provided, and under what terms user contributions are licensed?...
K[] samples = sampler.getSample(inf, job); use jdk 1.8 error: incompatible types. Required: K[] Found: java.lang.Object[] auto cast: K[] samples = (K[]) sampler.getSample(inf, job);
the code in line 93 from ImportFromFile context.write(new ImmutableBytesWritable(rowkey), put); has syntax error: The method write(ImmutableBytesWritable, Writable) in the type TaskInputOutputContext is not applicable for the arguments (ImmutableBytesWritable, Put). by...
INFO [main](Environment.java:97) - Client environment:java.library.path=.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java INFO [main](Environment.java:97) - Client environment:java.io.tmpdir=/var/folders/g5/08jclb4s7tg4swz4jx31h2sc0000gn/T/ INFO [main](Environment.java:97) - Client environment:java.compiler= INFO [main](Environment.java:97) - Client environment:os.name=Mac OS X INFO [main](Environment.java:97) - Client environment:os.arch=x86_64 INFO [main](Environment.java:97) -...