Skip to Main Content

Data Lake & Services

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Regarding saving individual records in Hadoop

e718c280-f3b3-4eb0-b82d-55d4d210e442Jan 29 2019 — edited Jan 29 2019

I have a requirement where along with handling warehousing data utilizing Hadoop HDFS and

HIVE as the SQL abstraction to save data, I would like to provide UI to user to save individual

records into HADOOP HDFS using HIVE.

I understand that single row updates are not feasible using HIVE.

So the question is how to provide an user interface to the user to accept updated values

and then write this individual record to the HDFS using HIVE.

This would be similar to providing a UI to the user when using an RDBMS and using

an update sql to update the individual record in the RDBMS. I would like to carry

out the same action only difference being the table is now in HDFS and I would

like to update an individual record and give a message to user in real time

that record has been saved.

Comments

Post Details

Added on Jan 29 2019
1 comment
241 views