Documentation

⌘K
Connectors
Getting started with the Kensu Community Edition
Marketing campaign
Financial data report
Getting credentials
Recipe: Observe Your First Pipeline
Agents: getting started
Python
PySpark
Scala Spark
Databricks Notebook
Agent Listing
Docs powered by archbee 

Install the library

3min

.⚙️ Pre-requisites

Get your token if you haven't it yet on this page (or see Getting Credentials )

  1. Install the python library

Create a virtual Python environment. If you need instructions on creating a virtual environment, you can follow these instructions.

Install pyspark 3.0.1 (This installs both Apache Spark and the Python command-line interface pyspark.) and the Kensu-py library

ini
|
pip install pyspark==3.0.1
pip install kensu


Obtain kensu sample project from:

Shell
|
git clone https://github.com/kensuio-oss/kensu-getting-started-with-agents.git
cd kensu-getting-started-with-agents/kensu-spark-example




Updated 09 Feb 2023
Did this page help you?
Yes
No
PREVIOUS
PySpark
NEXT
Configure the PySpark agent
Docs powered by archbee 
TABLE OF CONTENTS
.⚙️ Pre-requisites