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

Setting up a dev environment #38

Open
ksideris opened this issue May 21, 2015 · 1 comment
Open

Setting up a dev environment #38

ksideris opened this issue May 21, 2015 · 1 comment
Assignees
Labels

Comments

@ksideris
Copy link

I am wondering what is the best way to setup a test environment for maven (extension and spark components).

@kbastani kbastani self-assigned this Jul 21, 2015
@kbastani
Copy link
Collaborator

Hi @ksideris, the best way to setup a test environment is to use your local file system instead of HDFS, which is configurable on both the Extension and Spark module. This will of course be much slower than HDFS but it is an easy way to get up and running with development. My process for adding Scala algorithms has been to create unit tests in the Spark module and simulate the data coming in from Neo4j by randomly generating a graph with a similar complexity to what you would see in a scaled down export from Neo4j. Doing this I can develop and test algorithms pretty quickly and hopefully not need to make changes to the Extension module, making the build process pretty simple.

Let me know how you've been doing it and if you know of a better way to make this easier for contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants