Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
54 views

Janusgraph Docker memory allocation issue

I am using janusgraph docker image docker pull janusgraph/janusgraph:1.0.0 and when starting i am providing memory parameter docker run --cpus 15.5 --rm -d --memory=8g --user 0 -e JAVA_OPTS="-...
atul ahire's user avatar
1 vote
0 answers
41 views

Advice on JanusGraph Docker Image Startup Scripts

I would like to have an idempotent startup script which initializes my database. In particular, I would like to define the schema (labels, properties, indexes, and constraints). I am using JanusGraph ...
Ethan Posner's user avatar
2 votes
0 answers
63 views

No logs getting getting logged in log file for gremlin server

This query is regarding the logs that I am not able to get while the janusgraph server start up inside a docker container. Details below: I am upgrading janusgraph version - 1.0.0-rc2 from an older ...
Poppy_Vic's user avatar
2 votes
1 answer
336 views

JanusGraph not communicating with Cassandra backend in Docker environment

I need your help on configuiring a docker compose file. Problem : Created a custom build docker file ( janusgraph ) and trying to make it talk to other containers ( cassandra ) but it doesn't as it ...
Hari Krishnan Ramachandran's user avatar
0 votes
2 answers
524 views

How to configure a JanusGraph image for running in docker

I follow this installation guide : https://docs.janusgraph.org/getting-started/installation/ I run : docker run -it -p 8182:8182 janusgraph/janusgraph but when i try to connect with the gremlin ...
Parashift's user avatar
1 vote
1 answer
305 views

How to import data into janusgraph docker at startup

I want to run the janusgraph container ready with some data loaded at the time of initialisation. I've checked the janusgraph docker documentation - https://github.com/JanusGraph/janusgraph-docker but ...
Vivek's user avatar
  • 12.9k
2 votes
1 answer
475 views

How can I set graph.set-vertex-id=true when running JanusGraph using the official Docker images?

I am running JanusGraph using the official Docker image here: https://hub.docker.com/r/janusgraph/janusgraph For my graph, I need to be able to set my own IDs for nodes and edges, and this can only be ...
KOB's user avatar
  • 4,395
1 vote
1 answer
364 views

Janusgraph docker connect to cassandra docker and elasticsearch docker by docker net, and expose 8182 to host machine?

I am working with janusgraph. I have built a janusgraph image. What I want is to run this janusgraph container, at the same time, connect to cassandra container and elasticsearch container, and ...
Espada's user avatar
  • 47
0 votes
1 answer
357 views

How to connect to external service from an Application deployed on docker?

I have an application which is using an embedded janusgraph server. The application is running fine when it is deployed directly on the server (bare metal). However, i am getting connection error ...
KayV's user avatar
  • 13.6k
1 vote
1 answer
175 views

No such property: ToInputStream for class: Script4

I have a situation where I want to import my graph data to database.I am having janusgraph(latest version) running with cassandra(version 3) and elasticsearch(version 6.6.0) using Docker.I have been ...
Himabindu's user avatar
  • 664
2 votes
0 answers
608 views

Elasticsearch and Cassandra does not appear in the java process table

I am trying to setup janusgraph (latest version) with cassandra(3.11.5) and elastic seaarch(7.5.2) in Google compute engine using docker. When I run docker ps -a, all the containers are up and running....
rajashekar's user avatar
0 votes
1 answer
1k views

Can't connect to a docker container with Janusgraph (Berkeleyje/Lucern) from docker container with gremlin console

Goal: I want to set up a graph database and ultimately access the data from a set of static traversals built into a Nodejs application Intermediate goal 1: As a learning exercise, Instead of using a ...
Greg's user avatar
  • 321
1 vote
1 answer
214 views

Creating spark cluster with drone.yml not working

I have docker-compose.yml with below image and configuration version: '3' services: spark-master: image: bde2020/spark-master:2.4.4-hadoop2.7 container_name: spark-master ports: - ...
Bravo's user avatar
  • 8,979
2 votes
1 answer
1k views

Connection refused when trying to create graph in JanusGraph-Docker

I'm using the JanusGraph-Docker images (https://github.com/JanusGraph/janusgraph-docker) to set up JanusGraph in Docker. When I used JanusGraph without docker everything worked fine for me, but now I'...
Robin Schmidt's user avatar
3 votes
1 answer
484 views

How to start JanusGraph Server with FoundationDB on a different host or container?

I am trying to create a docker-compose project with - JanusGraph server, ElasticSearch server and FoundationDB server. I am using following docker images: for ElasticSearch - docker.elastic.co/...
Jaydeep Ranipa's user avatar

15 30 50 per page