0

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

Dave
  • 13,518
  • 7
  • 42
  • 51

1 Answers1

1

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

louismau
  • 13
  • 2