-
Hey there,
I've been testing a custom-built connector based on the recent merged PR's and in general, it's been running pretty smooth. The main issue I have seen until today was random Athena query…
-
Here's my code where I am trying to create a new data frame out of the result set of my left join on other 2 data frames and then trying to convert it to a dynamic frame.
dfs = sqlContext.read.…
-
Upon spinning up dev endpoints, they often fail.
It is specified in the documentation that a "FailureReason" field is returned upon calling "get_dev_endpoint()" call:
https://boto3.amazonaws.c…
-
Hey there,
I'm checking out this FANTASTIC improvement to Athena with a DynamoDB but hit a snag fairly early in my testing. Some tables seem to be returning data fine, while 1-2 of my tables seems …
-
I would like to contribute the integration with the Glue Hive Metastore compatible service.
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/glue/AWSGlue.html
https://a…
-
Hi,
I'm using AWS Glue to run crawler on a S3 datastore, version used is the ```1.11.272```.
Sometimes, I need to remove the created crawler and I don't know why, when the crawler is in state …
-
-conf spark.hadoop.yarn.resourcemanager.connect.max-wait.ms=60000 --conf spark.hadoop.fs.defaultFS=hdfs://ip-172-32-34-176.ec2.internal:8020 --conf spark.hadoop.yarn.resourcemanager.address=ip-172-32-…
dnemi updated
5 years ago
-
I'm running this in Ohio. I tried running the crawler on this bucket instead (s3://awsglue-datasets/examples/) but only got the legislator data.
-
I am not sure at what level this problem occurs, but I had thought that '_' were allowed in bucket names?
`glueContext.write_dynamic_frame.from_options(frame = expt_coll["experiment"], connection_…
-
Hello,
I'm unable to get the [Data Cleaning Example](https://github.com/awslabs/aws-glue-samples/blob/master/examples/data_cleaning_and_lambda.md) to work as expected.
Dev Endpoint & local Ze…