Member since
02-19-2016
158
Posts
69
Kudos Received
24
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1281 | 11-29-2017 08:47 PM | |
1692 | 10-24-2017 06:37 PM | |
17159 | 08-04-2017 06:58 PM | |
1835 | 05-15-2017 06:42 PM | |
2236 | 03-27-2017 06:36 PM |
12-16-2016
10:25 PM
2 Kudos
You need to scan the whole table to get all columns. Each row in HBase can have its own schema.
... View more
12-16-2016
07:01 PM
you need to use the same command grant 'sami', 'RWXCA' but you need to run hbase shell with hbase kerberos ticket. Ranger is centralized platform to manage security on your cluster at one place.
... View more
12-16-2016
05:02 PM
2 Kudos
Since you have enabled kerberos, you need to grant permissions in HBase. Use hbase shell with grant command for that.
... View more
12-15-2016
10:06 PM
2 Kudos
This is just an information message during the connection. If your application doesn't work, check that zookeeper as well as HBase are started.
... View more
11-16-2016
10:11 AM
check this topic how to use doAs: https://community.hortonworks.com/questions/46500/spark-cant-connect-to-hbase-using-kerberos-in-clus.html
... View more
11-10-2016
10:56 AM
1 Kudo
No. During the start of the MR job you may see message like: mapreduce.MultiHfileOutputFormat: Configuring 20 reduce partitions to match current region count That's exactly the number of reducers that will be created. How many of them will be running in parallel depends on the MR engine configuration.
... View more
11-10-2016
10:21 AM
MR job creates 1 reducer per region. So if you loading data to an empty table you may presplit table from HBase shell or use salting during table creation.
... View more
11-08-2016
12:47 PM
Can you run ls -la /usr/hdp/2.5.0.0-1245/hbase/lib/*.jar and attach output here?
... View more
11-08-2016
07:53 AM
I would suggest to return back the original protobuf (there was a thread about a similar issue somewhere on the internet, but this issue is not relevant to the protobuf). And check that no new jars were added to the HBase lib directory (like phoenix-client for example).
... View more