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

is it possible to provide one Docker file for this issue due to environment conflict ? #29

Open
zousheng opened this issue Mar 11, 2016 · 5 comments

Comments

@zousheng
Copy link

Hi,

It's very glad to see this project, it's really useful, I tried to set it up in our environment, but I failed to build it, I used mvn3 and elasticsearch 2.1 , i am not sure what caused the build failure, so i think it would be great if you could provide one Dockerfile then everyone can use this project very easily.

Thanks

@dhyaneshm
Copy link

Thanks for the suggestion .. I'll work on that ..

@reachkrishnaraj
Copy link
Owner

Hi @dhyaneshm : Can I go-ahead and write shell and bat scripts for this ? Or you have some other thought ?

@ppine7
Copy link
Collaborator

ppine7 commented Mar 11, 2016

One note: please note that all active development is moved to this project now:
https://github.com/BigDataDevs/kafka-elasticsearch-consumer

It is Spring-based, and uses Gradle for build and running.

We still have to update all docs to point to this GIT repo, and provide updated documentation for building/running/configuration options.

Just a quick note before all that happens - the build/run can be done as:

To build from the command line:
cd [project_root]/
./gradlew clean jar

Result:
./build/libs/kafka-elasticsearch-consumer-0.0.2.0.jar

To run from a command line - using default properties from the project's config dir:
./gradlew run

To use your own properties:
./gradlew run -Dindexer.properties=/[your_dir]/my_indexer.properties -Dlogback.configurationFile=/[your_dir]/my_logback.xml

There are also changes in how one can extend IndexManager and BasicMessageHandler - documentation changes are coming soon ! :)

@ghost
Copy link

ghost commented Mar 11, 2016

@reachkrishnaraj : As @ppine7 stated we don't need additional start script gradle tasks should take care of that.

NOTE : Currently gradle and spring changes are maintained in spring-conversion branch (https://github.com/BigDataDevs/kafka-elasticsearch-consumer/tree/spring-conversion)

@regarding request from @zousheng :

I'm thinking about just adding one additional docker compose to get the dependant softwares like kafka & Elastic search .

@zousheng
Copy link
Author

thanks for the information, looking forward to the updates.

ppine7 added a commit to ppine7/kafka-elasticsearch-consumer that referenced this issue Apr 19, 2016
updated doc with a picture of the build dir structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants