Member since
09-13-2017
10
Posts
0
Kudos Received
0
Solutions
10-19-2017
10:06 PM
From admin prospective we do have some cases but from a developer prospective what are the best practices to check the upgrade in test env is good and what are the best test cases to conclude now our data is looking good in this enviornment when we deploy, we are good to go with the upgrade activity on PROD For example, 1. we are deploying 5 tables with 1M data and testing it 2. Full loads and Incremental loads any other test cases do you suggest?
... View more
Labels:
- Labels:
-
Apache Hadoop
09-19-2017
11:04 PM
I tried for finding Hbase-version jar that was mentioned in the link above and I no where find that jar which has completebulkload class..please help
... View more
09-19-2017
09:08 PM
bulkload is again using Java API or Do we have any jars that can simply take an Hfile and table through command line and create the table
... View more
09-19-2017
09:01 PM
Any idea how to give Hfile as an input to Hbase table
... View more
09-14-2017
09:22 PM
I am working on it. Thank you Ted!!
... View more
09-14-2017
08:42 PM
May I know the dependency library for that
... View more
09-14-2017
08:13 PM
I get an empty Hfile created from the csv it takes as an input..
... View more
09-13-2017
09:06 PM
I am trying to create HFiles from csv using Java and while trying to write Hfile row keys aren't getting appended and I get 0.1 kb hfile with generic Hfile information.
... View more
- Tags:
- Data Processing
- HBase
Labels:
- Labels:
-
Apache HBase