Questions & Answers

upload package to package repo

0 votes
asked Apr 27 by yusong0926 (240 points)

not sure if my understanding is correct for deploying an spark app to pnda:

1. develop and test my spark app in local machine, and create a jar target file

2. upload the app from local machine to the package repo?(? I am not sure how to do that and which one is the packge server, can you give me an example)

3. use restful API to create application using package, I would image we can do these operations in the console.

1 Answer

0 votes
answered Apr 27 by James Clarke (1,630 points)
Yes that's broadly right. Here are some example PNDA applications: https://github.com/pndaproject/example-applications and here are some step by step instructions on how to upload them to the package repository and run them: https://github.com/pndaproject/pnda-guide/blob/develop/gettingstarted/README.md#packages-and-applications
...