Skip to content

aastafiev/carte-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:
The carte-client trying to run a job from Pentaho Carte Cluster on Carte Master via Carte API (https://help.pentaho.com/Documentation/8.0/Developer_Center/REST_API).
If job run status not equal to 'Running' it trying to restart it. Default number of attemts - 5.

Used for scheduling Pentaho Data Integration jobs on Carte Cluster

Unix:

  • export PYTHONPATH="$PYTHONPATH:/path_to_myapp/myapp/myapp/"

Windows:

  • set PYTHONPATH=%PYTHONPATH%;D:\LocalData\au00681\PycharmProjects\carte-client

Update requirements:

  • add the package name into requirements.in
  • run pip-compile --upgrade
  • run pip-compile --output-file requirements.txt requirements.in for creating requirements.txt
  • run pip-sync

Install requirements:

  • pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages