Member since
12-19-2016
5
Posts
0
Kudos Received
0
Solutions
05-11-2017
10:51 PM
Hello, Do we have any way to add comments to NiFi dataflow? I want comments to show up on top of dataflow designer screen, not in processor details. This something like 'TODO' comment for refactoring of dataflow. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
12-20-2016
02:22 AM
Hello, I am using Zeppelin and Spark to run query data sitting on Amazon S3. The code itself is so simple which is something like querying Hive external table on S3 with SparkSQL. Here I have some difficulty with it and suspecting I am exceeding S3 rate limit as described here: http://docs.aws.amazon.com/AmazonS3/latest/dev/request-rate-perf-considerations.html If so that could be confirmed by error message from S3 which says 'rate limit exceeded' with HTTP Status Code: 503. So I would like to enable logging in aws java sdk which is used in Spark. I put the line below in my log4j.properties of Spark according to the AWS document: http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-logging.html log4j.logger.com.amazonaws.request=DEBUG
I'm assuming logs can be found in container(executor)'s log so would be aggregated by YARN's log aggregation services, but it's not emitted in that log. Where can I find these logs? Or Am I going wrong way?
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache Zeppelin