Dave
Dave

Reputation: 14198

Streaming data into BigInsights with Hive

I have records being put onto MQ queues. Is there a good way to pull those off and put into a hive table?

Upvotes: 0

Views: 90

Answers (1)

louismau
louismau

Reputation: 13

You might want to try using Flume builtin JMS support http://flume.apache.org/FlumeUserGuide.html#jms-source

Upvotes: 1

Related Questions