Category "cloudera"

Unable write data using spark submit

when I'm doing spark-submit using this command on Cloudera **time spark-submit \ --deploy-mode client \ --conf spark.app.name='XXXxxxxxx' --conf spark.master=l

Can't start NiFi in win10

I have installed NiFi but when I try to start it from the command line, with bin\run-nifi.bat, I get the following error: Error: Could not find or load main cla

How to find the min of multiple values in HIVE?

Hive has min(col) to find the minimum value of a column. But how about finding the minimum of multiple values (NOT one column), for example select min(2,1,3,4