I think the general flow would be... ListHDFS -> FetchHDFS -> UpdateAttribute to attach a schema.name attribute -> PutHBaseRecord
Not sure what an "upsert delete operation" is in this context. HBase doesn't support upsert operations because an update is essentially the same thing as a Put. On Thu, Jun 21, 2018 at 4:08 PM Veerappan, Ramesh < [email protected]> wrote: > > Need sample template to read from csv stored in hdfs to hbase with 15 > columns. Upsert delete operation need to be done. > > Someone suggested Phoenix route and i am good with that approach > > Appreciate if someone can guide me. > > I spend several days and got frustrated. > > > Sent from my Verizon, Samsung Galaxy smartphone > > ________________________________ > > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you have received this email in error please notify the system manager. > This message contains confidential information and is intended only for the > individual named. If you are not the named addressee you should not > disseminate, distribute or copy this e-mail. >
