Skip to content
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 a flag to Analytics to keep the driver alive #66

Open
ankurdave opened this issue Nov 12, 2013 · 0 comments
Open

Add a flag to Analytics to keep the driver alive #66

ankurdave opened this issue Nov 12, 2013 · 0 comments
Assignees

Comments

@ankurdave
Copy link
Member

#65 adds a long delay to keep the Spark dashboard open. It would be better to have a flag for this that defaults to off.

@ghost ghost assigned ankurdave Nov 12, 2013
pombredanne pushed a commit to pombredanne/graphx that referenced this issue Nov 15, 2013
Add SBT target to assemble dependencies

This pull request is an attempt to address the long assembly build times during development. Instead of rebuilding the assembly jar for every Spark change, this pull request adds a new SBT target `spark` that packages all the Spark modules and builds an assembly of the dependencies.

So the work flow that should work now would be something like

```
./sbt/sbt spark # Doing this once should suffice
## Make changes
./sbt/sbt compile
./sbt/sbt test or ./spark-shell
```
@rxin rxin closed this as completed in 9d225a9 Apr 14, 2014
@ankurdave ankurdave reopened this Apr 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant