-
The example role:
https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-user-role.html#emr-studio-basic-session-policy
https://github.com/awsdocs/amazon-emr-management-guide/blob/ma…
-
S3 provides multiple option to encrypt data at rest:
Server-Side Encryption (SSE): request S3 servers to encrypt objects before saving them on disks and then decrypt it when downloading objects.
Cli…
-
/kind feature
**Why you need this feature:**
I'd like to be able to use Spark from the Jupyter notebook in client mode. I used to be able to do this before istio.
**Describe the solution you'd …
-
We are looking at setting up the service workbench but were unsure which AWS account it should be installed in. It looks like service workbench can add new AWS accounts and manages multiple AWS accou…
-
```
[
{
"Classification": "hadoop-env",
"Configurations": [
{
"Classification": "export",
"Properties": {
"HADOOP_DATANODE_OPTS": "\"-ja…
-
# Description
### Feature Request: Not a bug
Citing the fact that this library requires [out-of-date version of Scala and Spark](https://github.com/JohnSnowLabs/spark-nlp/issues/308), it would signi…
-
We try to use Intel-mllib to run K-means on AWS EMR and get error message like:
```
Job aborted due to stage failure: Task 4970 in stage 12.0 failed 4 times, most recent failure: Lost task 4970.3 i…
-
After adding the following dependency for migrating to Google Ads API, I am getting error 'java.lang.NoClassDefFoundError: com/google/protobuf/ServiceException' which was not the case earlier when I w…
-
Run a script that will go voer the README files of the packages, for each it will search if AWS services are mentioned there and if they are, it will add the relevant service name as a tag to this pac…
-
``` tf
resource "foo" "bar" {
foobar = "${file("foobar")}"
}
resource "bar" "foo" {
depends_on = ["foo.bar"]
}
```
`bar.foo` is not modified if the file 'foobar' changed without otherwise ch…