roadan commented on a change in pull request #58: documentation for pyspark sdk URL: https://github.com/apache/incubator-amaterasu/pull/58#discussion_r297493499
########## File path: docs/docs/frameworks.md ########## @@ -41,13 +41,145 @@ Amaterasu supports different processing frameworks to be executed. Amaterasu fra # Amaterasu Frameworks +## Python +Apache Amaterasu supports the following types of Python workloads: + +1. PySpark workload ([See below](#pyspark)) + +2. Pandas workload + +3. Generic Python workload + +Each workload type has a dedicated Apache Amaterasu SDK. +The Apache Amaterasu SDK is available in PyPI and can be installed as follows: +```bash +pip install apache-amaterasu Review comment: If every flavor has it's own SDK why don't we have 3 types of install? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services