Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hive Streamaing

avatar
Super Collaborator

Hi,

I was trying to use PutHiveStreaming processor in nifi - getting some errors. however when another process try to write from spark streaming, It works

hivesc.sql("insert into defaulttweetinfo select * from tweetstemp").write.mode(SaveMode.Append).saveAsTable("default.tweetinfo")

We have not enabled ACID/ Transactions etc. on HIVE

Please suggest whats the least common denominator to use HIVE Streaming

Also using INSERT command means HIVE Streaming..correct?

Thanks,

Avijeet

1 ACCEPTED SOLUTION

avatar
Super Collaborator
1 REPLY 1

avatar
Super Collaborator