Graal Platform Documentation

Graal Platform Documentation

  • Docs
  • Help

›How-to guides

Overview

  • What is Graal Platform?
  • Why use our platform?
  • How Graal Platform works?
  • Concepts
  • Jobs & workflows
  • Security

Quickstart

  • Quickstart

Tutorials

  • Get started with Python
  • Get started with Dask
  • Get started with XGBoost
  • Get started with Apache Spark and Maven
  • Get started with Apache PySpark
  • Get started with Apache Beam and Gradle
  • Use the API
  • Using the command line tool (graalctl)
  • Using secrets
  • Migration from Databricks
  • Get started with Tensorflow
  • Get started with Pytorch
  • Get started with Mxnet
  • Setting up the Hadoop bridge
  • Get started with Apache Flink and Maven
  • Get started with Dbt
  • Get started with Pulsar
  • Get started with Apache Spark Streaming Pulsar
  • Get started with Debezium
  • Get started with the SDK

How-to guides

  • Using Graal Platform with Azure Data Factory
  • Publishing your artefacts with Azure DevOps
  • Using Graal Platform with Apache Airflow
  • Publishing your artefacts with Jenkins
  • Spark
  • Network, VPN, gateway and firewall
  • Logs
  • Pricing

Security

  • Overview
  • Comply with requirements
  • Infrastructures under Graal Systems
  • Responsibilities

Troubleshoot & debug

  • Troubleshooting
  • Common issues
  • Debug jobs

Publishing your artefacts with Jenkins

Jenkins can push your artifacts in order to make them available for your projects.

def response = httpRequest acceptType: 'APPLICATION_JSON',
                           contentType: 'APPLICATION_OCTETSTREAM',
                           httpMode: 'POST',
                           multipartName: 'file',
                           quiet: true,
                           responseHandle: 'NONE',
                           timeout: null,
                           uploadFile: './files/spark.jar',
                           customHeaders: [['name': 'X-Tenant', value: 'XXXXXXX'], ['name': 'Authorization', value: 'Basic XXXX']]
                           url: 'https://api.graal.systems/v1/api/libraries'
← Using Graal Platform with Apache AirflowNext →
Graal Platform Documentation
Overview
What is Graal Platform?
Quickstart
Apache SparkApache FlinkApache BeamPythonTensorflowDaskDistributed XGBoost
Links
HomeConsoleCopyrights
Copyright © 2023 Graal Systems