Steven, Create a sample app based on LoadCaches and deploy it in Docker. It should work out.
-- Denis Magda On Fri, Jun 14, 2019 at 5:17 PM Steven Castano <[email protected]> wrote: > Thanks… that got me much farther… I was able to generate a config, get the > docker image built with the Dockerfile and deploy a running container which > now connects back to the web console. It shows all of my caches created for > each of the tables I wanted to import, but I can’t seem to figure out how > to load the data. the LoadCaches.java file doesn’t want to run inside the > docker container. So I appear to have all my caches, but they’re all empty. > The screencast only shows how to run it in an IDE, not on the command line > once it’s built. > > *SMC > > Steven Castano | [email protected] > Secure PGP Key: www.stevenmcastano.com/pgpkey > > > > On Jun 14, 2019, at 6:38 PM, Denis Magda <[email protected]> wrote: > > Hi Steven, > > Please check out a series of screencast "Ignite Web Console - Automatic > RDBMS Integration" that shows how to use to complete this process: > https://ignite.apache.org/screencasts.html > > It might be the case that with docker you need to pass the settings > differently. Please, check docker configuration settings: > https://apacheignite.readme.io/docs/docker-deployment > > - > Denis > > > On Thu, Jun 13, 2019 at 1:44 PM Steven Castano <[email protected]> > wrote: > >> So I was able to get a 2 node cluster started, v2.7.5 and got the >> web-console running through a docker container. I’m even able to load the >> MariaDB JDBC driver and connect to my database. >> >> The problem I’m having is that when I’m done configuring things and I >> save and download the .zip file for the cluster configuration… I don’t know >> where to put it. No matter where I store it on my server I keep getting a >> “file not found” type error when looking for the properties file. >> >> Even when creating a cluster with all the defaults not even connected to >> another database with no persistence, I still can’t get the downloaded >> project files working. Is there something I’m missing, or maybe a good >> tutorial online I can follow?? >> >> *SMC >> >> Steven Castano | [email protected] >> Secure PGP Key: www.stevenmcastano.com/pgpkey >> >> >> >> >
