hadoop - Where to look for the console output of hive UDF in Amazon EMR -


i creating udf in java can called in hive queries, in udf put in system.out.prinln(msg) hoping output in console. works expected in local workplace, when deployed amazon emr, stderr log file don't show output message udf function. file contains message output?

if hive submitted query m/r output captured in submitted job console output. see where hadoop mapreduce framework send system.out.print() statements ? (stdout). emr specific flavour of m/r please reffer view log files:

amazon emr not automatically archive log files amazon s3. must configure when launch cluster...

when amazon emr configured archive log files amazon s3, stores files in s3 location specified, in /jobflowid/ folder, jobflowid cluster identifier.

note hive can run queries locally.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -