-
Hi @bbenzikry ,
I am using the the spark image (with IRSA, Glue, etc.) and am finally able to access Glue Metastore. I set the hive-site.xml properties using sparkConfigMap field. But the problem I…
-
Using the CSV at s3://awsglue-datasets/examples/medicare/Medicare_Hospital_Provider.csv and a newly provisioned crawler fails to create any tables. This was tested using Glue in the Oregon region.
-
Data cleaning with AWS Glue
(aws-glue-samples/examples/data_cleaning_and_lambda.md)
not include awsglue.DynamicFrame syntax
check plz insert DynamicFrame class
**from awsglue.dynamicframe i…
-
Following tutorial.
Hit errors on Step 6 with this code bit
glueContext.write_dynamic_frame.from_options(frame = l_history,
connection_type = "s3",
connection_options = {"path…
-
I am trying to push data to Amazon Redshift as described in the [join_and_relationalize.md ](https://github.com/aws-samples/aws-glue-samples/blob/master/examples/join_and_relationalize.md) sample.
…
-
In examples/data_cleaning_and_lambda.md section **5. Lambda functions (aka Python UDFs) and ApplyMapping**, there's call to `DynamicFrame.fromDF()` on line 222, but it seems like the class DynamicFram…
-
I'm getting this when using the aws glue, s3 and iam sdk:
`Root Exception stack trace:
java.lang.NoSuchFieldError: SERVICE_ID
at com.amazonaws.services.glue.AWSGlueClient.executeGetCrawlers(AWSG…
ghost updated
4 years ago
-
Creation of AWS::Glue::Connection fails with No enum constant error
This could probably be a feature request. I'm creating a bug since I'm not entirely sure that there's no solution.
### R…
-
I have been trying to write to AWS's new Amazon Elasticsearch Service from a Scalding job using elasticsearch-hadoop (via [scalding-taps](https://github.com/scalding-io/scalding-taps)).
This job has …
-
I'm attempting to use the Glue SDK within a Java application to get a filtered list of existing partitions from a Redshift Spectrum table. When I run the query below to view partitions within Redshift…