I would like to use Spark 3.3.0 version features like Trigger.availableNow in AWS Glue 3.0 with scala, but the AWS Glue 3.0 usage Apache spark version 3.1.1, Is there any way to use apache spark 3.3.0 in AWS Glue 3.0 with scala.
It is possible use Spark 3.3.0 in AWS Glue 3.0
1.5k Views Asked by krishna Prasad At
2
There are 2 best solutions below
0
Arun Munna
On
Spark 3.3.0 is now available with AWS Glue 4.0 https://aws.amazon.com/about-aws/whats-new/2022/11/introducing-aws-glue-4-0/
Related Questions in APACHE-SPARK
- Spark .mapValues setup with multiple values
- Where do 'normal' println go in a scala jar, under Spark
- How to query JSON data according to JSON array's size with Spark SQL?
- How do I set the Hive user to something different than the Spark user from within a Spark program?
- How to add a new event to Apache Spark Event Log
- Spark streaming + kafka throughput
- dataframe or sqlctx (sqlcontext) generated "Trying to call a package" error
- Spark pairRDD not working
- How to know which worker a partition is executed at?
- Using HDFS with Apache Spark on Amazon EC2
- How to create a executable jar reading files from local file system
- How to keep a SQLContext instance alive in a spark streaming application's life cycle?
- Cassandra spark connector data loss
- Proper way to provide spark application a parameter/arg with spaces in spark-submit
- sorting RDD elements
Related Questions in AWS-GLUE
- AWS Glue Dynamobd Connection Timed out Error
- AWS Glue: Rename_field() does not work after relationalize
- AWS Glue takes a long time to finish
- AWS Glue S3 VPC Endpoint Policy Issue
- AWS Glue unable to access input data set
- AWSGlue: can it connect the SQL Server data stores?
- ETL pipeline in AWS with s3 as datalake how to handle incremental updates
- How to list all databases and tables in AWS Glue Catalog?
- How to create AWS Glue table where partitions have different columns? ('HIVE_PARTITION_SCHEMA_MISMATCH')
- AWS Glue to Redshift: Is it possible to replace, update or delete data?
- Spark Catalog w/ AWS Glue: database not found
- Convert dd-mmm-yyyy to yyyy-mm-dd in sparksql
- How to iterate through a Glue DynamicFrame
- Setting S3 Bucket permissions when writing between 2 AWS Accounts while running from Glue
- AWS Glue: Data Skewed or not Skewed?
Related Questions in AWS-GLUE-SPARK
- AWS Glue: Data Skewed or not Skewed?
- Read FASTQ file into a AWS Glue Job Script
- AWS Glue- Data Lineage and Job Tracking
- AWS glue: Deploy model in aws environment
- What options can be passed to AWS Glue DynamicFrame.toDF()?
- Is it compulsory to convert glue dynamic frame to convert to spark dataframe before writing to snowflake?
- Delete records from table before writing dataframe - pyspark
- aws glue apply_mapping does not throw an error
- How to write the dataframe to S3 after filter
- How to run pySpark with snowflake JDBC connection driver in AWS glue
- 'Can not create a Path from an empty string' Error for 'CREATE TABLE AS' in hive using S3 path
- Insert into SQL Server table selected columns from spark dataframe
- How to choose python version 3 while deploying AWS glue Job with glue version 1.0 using YAML(serverless)
- How to avoid that AWS Glue DynamicFrame drops empty columns when read a CSV?
- How to write data from AWS Glue to DocumentDB
Related Questions in AWS-GLUE3.0
- AWS Glue Data Target Upsert generates an Exception
- AWS glue NoClassDefFoundError on job.init()
- Cast Issue with AWS Glue 3.0 - Pyspark
- Glue secret manager integration: secretId is not provided
- How can I optimize the read from S3?
- How to pass s3 object names getting from the lambda events as a parameters to the AWS Glue Workflow
- AWS Glue - Writing File Takes A Very Long Time
- Pyspark - Glue 3.0 issue, upgrading of Spark 3.0 : reading dates before 1582-10-15 or timestamps before 1900-01-01T00:00:00Z
- Argument "--python-modules-installer-option" not working in pythonshell Glue Jobs
- AWS --extra-py-files throwing ModuleNotFoundError: No module named 'pg8000'
- AWS Glue Job Monthly Report
- It is possible use Spark 3.3.0 in AWS Glue 3.0
- AWS Glue - multiple RDS tables in one job
- How to create script for AWS Glue Job using CloudFormation Template
- Access runtime parameters in AWS Glue Studio
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
No, that is unfortunately not possible. You can only use the versions that Glue provides. If you want to use a different Spark version you would have to use AWS EMR, they support Spark 3.2.0.