I have a scenario where I have multiple HBase tables on Phoenix and I have to create a single dataframe from these multiple Phoenix tables? Can anyone please provide me the solution to achieve this using Java ?
you can read the data from Phoenix using phoenix-spark connector and the using spark native APIs , you can join (or union) those data frames into single data frame.