Migrate CSV file to HBASE

3

I am learning how to use hadoop and hbase and I am presented with this problem that has something tangled in all these technologies.

I have about 24 hadoop fedora and it was working. and I have some databases in CSV file. I want to upload these files to the hbase NOSQL format. There is the way to solve this without going through map / reduce.

I have reviewed documentation related to the bulk loader but I still can not understand the solution.

    
asked by Cba ValleRez 19.08.2016 в 11:11
source

1 answer

2

Yes, you can do it with Apache Pig , which has a high-level language called PigLatin , and it's much easier than doing huge blocks of code < em> MapReduce . link

    
answered by 13.10.2016 в 00:38