Closed dolsysmith closed 3 years ago
Tested spark-create and spark-reload commands and reviewed export from resulting tweetsets. Works as expected.
To keep the code clean, I'd suggest changing the loader.docker-compose.yml to use the image line. We can then update our local instances to use the build option. Once that's done, go ahead to merge.
Instructions:
On the primary node's VM, do the following:
On the secondary VM, do the following:
Then do
docker-compose up -d
on both.Please test loading with the spark-loader:
Note: I had to comment out the
image
line and uncomment thebuild
instructions inloader.docker-compose.yml
. Those changes are part of this commit, but we'll want to revert back once the image is updated in Docker.