-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Contributer/Developer guide/help page to website #65
Comments
👍 from my side. I actually wanted to structure this as a blog post with with a running example based on the recent |
+1 I am trying to extend peel to get multiple jobs to run on Yarn concurrently to simulate cluster workloads. For this purpose I would like to be able to debug what I modified in peel. |
I think that @akunft had something written up already in the Google doc for the Manual but I cannot find it. The basic method that I use is to configure a new "Run Configuration" in IntelliJ that executes the command you want to debug and uses |
@joh-mue here is a screenshot of an example "Run configuration" on my machine that starts Yarn. I have similar configurations for each system that I want to test. Note that I am using the classpath of the '-bundle` module and that the *working directory points to the bundle binary location. If you wish to develop a special Experiment bean I suggest to use |
@aalexandrov yes I did, but we wanted to move it to another section and it somehow got lost... Is there a option to see older versions of an document in google docs? |
I think so. You can look at the revision history. |
Just saw it, added the section about Setup/run in IDE to the document again under Development |
Thanks for the help. I tried the above but still get this weird scalac error which I pasted into this gist: https://gist.github.com/joh-mue/d098fcbe35b39d343789 Probably something related to my setup though. I'll try reinstalling everything and see if that helps. |
This seems to be a problem with the compilation, not with the run configuration. Try running |
What version of scala plugin for intellij are you using? |
I just updated too, rebuild the entire local maven repository, ran |
My bet is on |
Are there any other developer guides besides the draft on Google Docs ? |
Not really, but contributions are welcome. At the moment the best guide is to look at existing implementations. To work out the details, it helps if you are familiar with the Peel Execution Lifecycle implemented by the |
I think it would be helpful to add a contributers/developers page to the docs on the website.
This should explain how to setup a development environment for Peel. how to add Systems etc. and how to setup debugging for example in Intellij.
The text was updated successfully, but these errors were encountered: