Member since
03-20-2017
8
Posts
0
Kudos Received
0
Solutions
06-21-2017
01:09 PM
You can do it in several ways. The easiest one is to read the HBase table with Spark HBase connector (https://github.com/hortonworks-spark/shc) and to join the two dataframes. Another option is to map you dataframe and foreach line perform a Get request to HBase. Here you can find an example of performing a Get request to HBase via Java code.
... View more
06-16-2017
03:04 PM
@pratik vagyani Were you able to resolve this issue? If so, please "accept" an answer or share your findings with the community.
... View more
05-29-2017
11:07 AM
@pratik vagyani: Yes, HDFS partial row in one block and remaining on other block in the case where each row contains data that is more than the block size. Refer to the below link for more details:- https://www.quora.com/How-does-HDFS-split-files
... View more
03-20-2017
11:00 AM
@pratik vagyani https://community.hortonworks.com/questions/81286/how-sqoop-talks-to-external-world.html#comment-82100
... View more