Glue Script
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-05.)
Glue Script has 40 facts recorded in Dontopedia across 1 reference, with 6 live disagreements.
Mostly:uses method(4), has explanation step(3), uses class(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedOther facts (40)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Uses Method | Create Dynamic Frame.from Options | [1] |
| Uses Method | Write Dynamic Frame.from Options | [1] |
| Uses Method | Job.init | [1] |
| Uses Method | Job.commit | [1] |
| Has Explanation Step | Step 1 Define Pipeline | [1] |
| Has Explanation Step | Step 2 Create Job | [1] |
| Has Explanation Step | Step 3 Run Job | [1] |
| Uses Class | Spark Context | [1] |
| Uses Class | Job | [1] |
| Uses Class | Apply Mapping | [1] |
| Has Phase | Phase Read | [1] |
| Has Phase | Phase Transform | [1] |
| Has Phase | Phase Write | [1] |
| Rdf:type | Data Pipeline Script | [1] |
| Rdf:type | Python Script | [1] |
| Uses Framework | Aws Glue | [1] |
| Uses Framework | Apache Spark | [1] |
| Defines Variable | Args | [1] |
| Initializes Spark Context | Sc | [1] |
| Initializes Glue Context | Glue Context | [1] |
| Initializes Spark Session | Spark | [1] |
| Initializes Job | Job | [1] |
| Reads From S3 | Datasource | [1] |
| Transforms Data | Applymapping | [1] |
| Writes to S3 | Datasink | [1] |
| Commits Job | Job | [1] |
| Imports Module | Sys | [1] |
| Implements Pattern | Etl Pipeline | [1] |
| Uses Function | Get Resolved Options | [1] |
| Requires Module | Sys | [1] |
| Executes Sequence | Sequence Read Transform Write | [1] |
| Uses Library | Aws Sdk | [1] |
| Deployed on | Aws Cloud | [1] |
| Parses Command Line Args | Sys.argv | [1] |
| Connects to | S3 | [1] |
| Reads From | S3 | [1] |
| Writes to | S3 | [1] |
| Has Step Count | 3 | [1] |
| Has Import | Sys | [1] |
| Has Comment | Comment Add More Mappings | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:claims/beam/4d419257-f629-4f00-be3a-97c5f9475ac8- full textbeam-chunktext/plain1 KB
doc:beam/4d419257-f629-4f00-be3a-97c5f9475ac8Show excerpt
args = getResolvedOptions(sys.argv, ['JOB_NAME', 'input', 'output']) sc = SparkContext() glueContext = GlueContext(sc) spark = glueContext.spark_session job = Job(glueContext) job.init(args['JOB_NAME'], args) # Read data from S3 datasourc…
See also
- Data Pipeline Script
- Aws Glue
- Apache Spark
- Args
- Sc
- Glue Context
- Spark
- Job
- Datasource
- Applymapping
- Step 1 Define Pipeline
- Step 2 Create Job
- Step 3 Run Job
- Datasink
- Sys
- Spark Context
- Job
- Apply Mapping
- Etl Pipeline
- Phase Read
- Phase Transform
- Phase Write
- Get Resolved Options
- Create Dynamic Frame.from Options
- Write Dynamic Frame.from Options
- Job.init
- Job.commit
- Python Script
- Sequence Read Transform Write
- Aws Sdk
- Aws Cloud
- Sys.argv
- S3
- Comment Add More Mappings
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.