how to connect cassandra in thingboard running on Docker Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceHow is Docker different from a virtual machine?Should I use Vagrant or Docker for creating an isolated environment?How to list containers in DockerHow to get a Docker container's IP address from the host?How to remove old Docker containersHow does one remove an image in Docker?How to deal with persistent storage (e.g. databases) in DockerCopying files from Docker container to hostCopying files from host to Docker containerFrom inside of a Docker container, how do I connect to the localhost of the machine?

Single author papers against my advisor's will?

Can a zero nonce be safely used with AES-GCM if the key is random and never used again?

How is simplicity better than precision and clarity in prose?

Do working physicists consider Newtonian mechanics to be "falsified"?

If I can make up priors, why can't I make up posteriors?

What do you call the holes in a flute?

Estimated State payment too big --> money back; + 2018 Tax Reform

Stars Make Stars

How can I make names more distinctive without making them longer?

What loss function to use when labels are probabilities?

What do you call a plan that's an alternative plan in case your initial plan fails?

Strange behaviour of Check

Cold is to Refrigerator as warm is to?

Is there a service that would inform me whenever a new direct route is scheduled from a given airport?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Stop battery usage [Ubuntu 18]

Blender game recording at the wrong time

Was credit for the black hole image misattributed?

Can the prologue be the backstory of your main character?

Can I throw a longsword at someone?

Cauchy Sequence Characterized only By Directly Neighbouring Sequence Members

Determine whether f is a function, an injection, a surjection

How many things? AとBがふたつ

Why is there no army of Iron-Mans in the MCU?



how to connect cassandra in thingboard running on Docker



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceHow is Docker different from a virtual machine?Should I use Vagrant or Docker for creating an isolated environment?How to list containers in DockerHow to get a Docker container's IP address from the host?How to remove old Docker containersHow does one remove an image in Docker?How to deal with persistent storage (e.g. databases) in DockerCopying files from Docker container to hostCopying files from host to Docker containerFrom inside of a Docker container, how do I connect to the localhost of the machine?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I am using thingsboard (on docker) but I want also able to connect to the cassandra on thingboard docker. What I want is checking table structure and data itself.



From the reference installing thingboard on docker run, there is no any -p 9042:9042 conifguration.



Therefore, I have added it to docker run command (eg. docker run -p 9090:9090 -p 1883:1883 -p 9042:9042 -p 5683:5683/udp -v /thingsboard/.mytb-data:/data..... ). However, I cannot event telnet on 9042 to my main host.



Then, I checked cassandra configuration files in thingboard docker (/etc/cassandra). I have found that the value of rpc_address is localhost and there is no any line for broadcast_rpc_address . I am not sure what should I enter to the config file since it is a docker container.



Here are my port settings (I have added screenshot below):



0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp

CONTAINER ID -> ac2b6e2316a7
IMAGE -> thingsboard/tb-cassandra
COMMAND -> "start-tb.sh"
PORTS -> 0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp


ports on docker run



Thank you










share|improve this question




























    0















    I am using thingsboard (on docker) but I want also able to connect to the cassandra on thingboard docker. What I want is checking table structure and data itself.



    From the reference installing thingboard on docker run, there is no any -p 9042:9042 conifguration.



    Therefore, I have added it to docker run command (eg. docker run -p 9090:9090 -p 1883:1883 -p 9042:9042 -p 5683:5683/udp -v /thingsboard/.mytb-data:/data..... ). However, I cannot event telnet on 9042 to my main host.



    Then, I checked cassandra configuration files in thingboard docker (/etc/cassandra). I have found that the value of rpc_address is localhost and there is no any line for broadcast_rpc_address . I am not sure what should I enter to the config file since it is a docker container.



    Here are my port settings (I have added screenshot below):



    0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp

    CONTAINER ID -> ac2b6e2316a7
    IMAGE -> thingsboard/tb-cassandra
    COMMAND -> "start-tb.sh"
    PORTS -> 0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp


    ports on docker run



    Thank you










    share|improve this question
























      0












      0








      0








      I am using thingsboard (on docker) but I want also able to connect to the cassandra on thingboard docker. What I want is checking table structure and data itself.



      From the reference installing thingboard on docker run, there is no any -p 9042:9042 conifguration.



      Therefore, I have added it to docker run command (eg. docker run -p 9090:9090 -p 1883:1883 -p 9042:9042 -p 5683:5683/udp -v /thingsboard/.mytb-data:/data..... ). However, I cannot event telnet on 9042 to my main host.



      Then, I checked cassandra configuration files in thingboard docker (/etc/cassandra). I have found that the value of rpc_address is localhost and there is no any line for broadcast_rpc_address . I am not sure what should I enter to the config file since it is a docker container.



      Here are my port settings (I have added screenshot below):



      0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp

      CONTAINER ID -> ac2b6e2316a7
      IMAGE -> thingsboard/tb-cassandra
      COMMAND -> "start-tb.sh"
      PORTS -> 0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp


      ports on docker run



      Thank you










      share|improve this question














      I am using thingsboard (on docker) but I want also able to connect to the cassandra on thingboard docker. What I want is checking table structure and data itself.



      From the reference installing thingboard on docker run, there is no any -p 9042:9042 conifguration.



      Therefore, I have added it to docker run command (eg. docker run -p 9090:9090 -p 1883:1883 -p 9042:9042 -p 5683:5683/udp -v /thingsboard/.mytb-data:/data..... ). However, I cannot event telnet on 9042 to my main host.



      Then, I checked cassandra configuration files in thingboard docker (/etc/cassandra). I have found that the value of rpc_address is localhost and there is no any line for broadcast_rpc_address . I am not sure what should I enter to the config file since it is a docker container.



      Here are my port settings (I have added screenshot below):



      0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp

      CONTAINER ID -> ac2b6e2316a7
      IMAGE -> thingsboard/tb-cassandra
      COMMAND -> "start-tb.sh"
      PORTS -> 0.0.0.0:1883->1883/tcp, 0.0.0.0:9042->9042/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:5683->5683/udp


      ports on docker run



      Thank you







      docker cassandra thingsboard






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 22 at 7:41









      skalkanciskalkanci

      12




      12






















          1 Answer
          1






          active

          oldest

          votes


















          0














          As per the thingsboard/tb-cassandra's Dockerfile, Cassandra is running on default configuration and listening on localhost. Thats why it's not accepting any connections from docker host machine.



          In order to connect to Cassandra via cqlsh you need to login to the container using following command:



          docker exec -it <container_id> /bin/bash



          then you can connect to Cassandra by issuing cqlsh command.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294941%2fhow-to-connect-cassandra-in-thingboard-running-on-docker%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            As per the thingsboard/tb-cassandra's Dockerfile, Cassandra is running on default configuration and listening on localhost. Thats why it's not accepting any connections from docker host machine.



            In order to connect to Cassandra via cqlsh you need to login to the container using following command:



            docker exec -it <container_id> /bin/bash



            then you can connect to Cassandra by issuing cqlsh command.






            share|improve this answer



























              0














              As per the thingsboard/tb-cassandra's Dockerfile, Cassandra is running on default configuration and listening on localhost. Thats why it's not accepting any connections from docker host machine.



              In order to connect to Cassandra via cqlsh you need to login to the container using following command:



              docker exec -it <container_id> /bin/bash



              then you can connect to Cassandra by issuing cqlsh command.






              share|improve this answer

























                0












                0








                0







                As per the thingsboard/tb-cassandra's Dockerfile, Cassandra is running on default configuration and listening on localhost. Thats why it's not accepting any connections from docker host machine.



                In order to connect to Cassandra via cqlsh you need to login to the container using following command:



                docker exec -it <container_id> /bin/bash



                then you can connect to Cassandra by issuing cqlsh command.






                share|improve this answer













                As per the thingsboard/tb-cassandra's Dockerfile, Cassandra is running on default configuration and listening on localhost. Thats why it's not accepting any connections from docker host machine.



                In order to connect to Cassandra via cqlsh you need to login to the container using following command:



                docker exec -it <container_id> /bin/bash



                then you can connect to Cassandra by issuing cqlsh command.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 23 at 17:59









                AshutoshAshutosh

                1498




                1498





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55294941%2fhow-to-connect-cassandra-in-thingboard-running-on-docker%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript