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

Found no client.conf in default paths #53

Open
lovrth opened this issue Sep 12, 2018 · 8 comments
Open

Found no client.conf in default paths #53

lovrth opened this issue Sep 12, 2018 · 8 comments

Comments

@lovrth
Copy link

lovrth commented Sep 12, 2018

18/09/12 10:02:11 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:11 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:11 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:12 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:12 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:13 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:13 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:13 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:14 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:15 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:15 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/12 10:02:15 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.

@pomadchin
Copy link
Member

Not sure what are you doing and where is this log from?

@lovrth
Copy link
Author

lovrth commented Sep 13, 2018

Error occurred when make ingest-geodocker inserts data
logs:
docker-compose -f docker-compose.geodocker.yml exec spark-master
spark-submit --class geotrellis.chatta.ChattaIngest
target/scala-2.11/geotrellis-chatta-demo-assembly-0.1-SNAPSHOT.jar
--input "file:///data/geotrellis/conf/input.json"
--output "file:///data/geotrellis/conf/output-accumulo.json"
--backend-profiles "file:///data/geotrellis/conf/backend-profiles.json"
18/09/13 05:42:34 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
18/09/13 05:42:52 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/13 05:42:53 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.
18/09/13 05:42:56 WARN client.ClientConfiguration: Found no client.conf in default paths. Using default client configuration values.

@pomadchin
Copy link
Member

pomadchin commented Sep 13, 2018

Ok, so these issues are related to your local accumulo setup.

@lovrth
Copy link
Author

lovrth commented Sep 13, 2018

But accumulo is in the container.
Accumulo shell -u root can login
The official Makefile is used.

@pomadchin
Copy link
Member

We have a several of docker-compose files in the repo, what should i exactly do to reproduce this issue?
And what doenst work in your ingest?

@lovrth
Copy link
Author

lovrth commented Sep 13, 2018

@pomadchin
Copy link
Member

And what doesn't work? Does the ingest happens? It is a warn and not an error. We'll have a look into this error a bit later, thanks for you report.

@lovrth
Copy link
Author

lovrth commented Sep 13, 2018

Thank you for your reply.

I've successfully inserted the data into the acclumo container, and the warning doesn't matter. You can see the spark task running in localhost: 4040

I feel there is a mistake in docker-compose.geodocker.yml, missing a main directory:

Volumes:
- "./geodocker/application.geodocker.conf:/data/geotrellis/src/main/resources/application.conf"

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

2 participants