Member since
09-20-2015
5
Posts
1
Kudos Received
0
Solutions
11-17-2024
10:35 PM
1 Kudo
Hi there, I want to split the fetching operations from MySQL DB into 4 parts in NiFi. I put 4 ExecuteSQLRecord sequentially and I want to have all the data in the last part(I am aware of MergeContent, But I want the success signal of all parts separately.). I have test it but only the flowfiles of last processor was available. The scenario is like this: ExecuteSQLRecord>ExecuteSQLRecord>ExecuteSQLRecord>ExecuteSQLRecord>PutFile How Can I have all the flowfiles in the result? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
07-30-2017
10:00 PM
Thanks for your answer. I have tested both a and b successfully but the point is I am not using CM(CDH) and I have compiled Hue itself and ran it. I did run my Hive on Spark query via Beeswax successfully, but when I save my document and design a job my job will run in MR mode(hive.execution.engine property is set both in my document and by job.properties). How can I do that? Thanks, Mobin
... View more
07-29-2017
11:11 PM
Hi there, I have compiled Hue and configured HiveServer2 and Spark but all of my jobs will run in MapReduce mode instead of Spark on Hive mode even I set 'hive.execution.engine=spark' and 'spark.master=yarn'. How can I do that? I think this is a duty of Oozie but I cannot find anything related to run Hive on Spark in YARN in that. Thanks in advance, Mobin
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Oozie
-
Apache Spark