diff --git a/drill-examples/pom.xml b/drill-examples/pom.xml
index ba17b90..51fe4fb 100644
--- a/drill-examples/pom.xml
+++ b/drill-examples/pom.xml
@@ -3,7 +3,7 @@
mapr-db-getting-started
com.mapr.db.examples
- 1.0-SNAPSHOT
+ 6.0.0
4.0.0
diff --git a/drill-examples/src/main/java/com/mapr/db/examples/DRILL_001_YelpSimpleQuery.java b/drill-examples/src/main/java/com/mapr/db/examples/DRILL_001_YelpSimpleQuery.java
index ad3b111..fd78eb3 100644
--- a/drill-examples/src/main/java/com/mapr/db/examples/DRILL_001_YelpSimpleQuery.java
+++ b/drill-examples/src/main/java/com/mapr/db/examples/DRILL_001_YelpSimpleQuery.java
@@ -11,7 +11,7 @@
*/
public class DRILL_001_YelpSimpleQuery {
public static String JDBC_DRIVER = "org.apache.drill.jdbc.Driver";
- public static String TABLE_NAME = "/mapr/maprdemo.mapr.io/apps/business";
+ public static String TABLE_NAME = "/mapr/demo.mapr.com/apps/business";
/**
* Can specify connection URL in 2 ways.
diff --git a/mapr_devsandbox_container_setup.sh b/mapr_devsandbox_container_setup.sh
deleted file mode 100755
index 883637c..0000000
--- a/mapr_devsandbox_container_setup.sh
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/bin/bash
-IMAGE=maprtech/dev-sandbox-container:latest
-
-IP=$(ipconfig getifaddr en0)
-
-docker ps -a | grep dev-sandbox-container > /dev/null 2>&1
-if [ $? -ne 0 ]
-then
- STATUS='NOTRUNNING'
-else
- echo "MapR sandbox container is already running."
- echo "1. Kill the earlier run and start a fresh instance"
- echo "2. Reconfigure the client and the running container for any network changes"
- echo -n "Please enter choice 1 or 2 : "
- read ANS
- if [ "$ANS" == "1" ]
- then
- CID=$(docker ps -a | grep dev-sandbox-container | awk '{ print $1 }' )
- docker rm -f $CID > /dev/null 2>&1
- STATUS='NOTRUNNING'
- else
- STATUS='RUNNING'
- fi
-fi
-
-if [ "$STATUS" == "RUNNING" ]
-then
- # There is an instance of dev-sandbox-container. Check if it is running or not.
- CID=$(docker ps -a | grep dev-sandbox-container | awk '{ print $1 }' )
- RUNNING=$(docker inspect --format="{{.State.Running}}" $CID 2> /dev/null)
- if [ "$RUNNING" == "true" ]
- then
- # Container is running there.
- # Change the IP in /etc/hosts and reconfigure client for the IP Change
- # Change the server side settings and restart warden
- grep maprdemo /etc/hosts | grep ${IP} > /dev/null 2>&1
- if [ $? -ne 0 ]
- then
- echo "Please enter the local sudo password for $(whoami)"
- sudo sed -i '' '/maprdemo/d' /etc/hosts
- sudo sh -c "echo \"${IP} maprdemo.mapr.io maprdemo\" >> /etc/hosts"
- sudo sed -i '' '/maprdemo/d' /opt/mapr/conf/mapr-clusters.conf
- sudo /opt/mapr/server/configure.sh -c -C ${IP} -N maprdemo.mapr.io > /dev/null 2>&1
- # Change the external IP in the container
- echo "Please enter the root password of the container 'mapr' "
- ssh root@localhost -p 2222 " sed -i \"s/MAPR_EXTERNAL=.*/MAPR_EXTERNAL=${IP}/\" /opt/mapr/conf/env.sh "
- echo "Please enter the root password of the container 'mapr' "
- ssh root@localhost -p 2222 "service mapr-warden restart"
- fi
- fi
- if [ "$RUNNING" == "false" ]
- then
- # Container was started earlier but is not running now.
- # Start the container. Change the client side settings
- # Change the server side settings
- docker start ${CID}
- echo "Please enter the local sudo password for $(whoami)"
- sudo sed -i '' '/maprdemo/d' /etc/hosts
- sudo sh -c "echo \"${IP} maprdemo.mapr.io maprdemo\" >> /etc/hosts"
- sudo sed -i '' '/maprdemo/d' /opt/mapr/conf/mapr-clusters.conf
- sudo /opt/mapr/server/configure.sh -c -C ${IP} -N maprdemo.mapr.io > /dev/null 2>&1
- # Change the external IP in the container
- echo "Please enter the root password of the container 'mapr' "
- ssh root@localhost -p 2222 " sed -i \"s/MAPR_EXTERNAL=.*/MAPR_EXTERNAL=${IP}/\" /opt/mapr/conf/env.sh "
- echo "Please enter the root password of the container 'mapr' "
- ssh root@localhost -p 2222 "service mapr-warden restart"
- fi
-else
- # There is no instance of dev-sandbox-container running. Start a fresh container and configure client.
- echo "Please enter the local sudo password for $(whoami)"
- sudo rm -rf /tmp/maprdemo
- sudo mkdir -p /tmp/maprdemo/hive /tmp/maprdemo/zkdata /tmp/maprdemo/pid /tmp/maprdemo/logs /tmp/maprdemo/nfs
- sudo chmod -R 777 /tmp/maprdemo/hive /tmp/maprdemo/zkdata /tmp/maprdemo/pid /tmp/maprdemo/logs /tmp/maprdemo/nfs
-
- PORTS='-p 9998:9998 -p 8042:8042 -p 8888:8888 -p 8088:8088 -p 9997:9997 -p 10001:10001 -p 8190:8190 -p 111:111 -p 2222:22 -p 4040:4040 -p 7221:7221 -p 8090:8090 -p 5660:5660 -p 8443:8443 -p 19888:19888 -p 50060:50060 -p 18080:18080 -p 8032:8032 -p 14000:14000 -p 19890:19890 -p 10000:10000 -p 11443:11443 -p 12000:12000 -p 8081:8081 -p 8002:8002 -p 8080:8080 -p 31010:31010 -p 8044:8044 -p 8047:8047 -p 11000:11000 -p 2049:2049 -p 8188:8188 -p 7077:7077 -p 7222:7222 -p 5181:5181 -p 5661:5661 -p 5692:5692 -p 5724:5724 -p 5756:5756 -p 10020:10020 -p 50000-50050:50000-50050 -p 9001:9001 -p 5693:5693 -p 9002:9002 -p 31011:31011'
- MAPR_EXTERNAL=$(ipconfig getifaddr en0)
-
- docker pull ${IMAGE}
- docker run -d --privileged -v /tmp/maprdemo/zkdata:/opt/mapr/zkdata -v /tmp/maprdemo/pid:/opt/mapr/pid -v /tmp/maprdemo/logs:/opt/mapr/logs -v /tmp/maprdemo/nfs:/mapr $PORTS -e MAPR_EXTERNAL=${MAPR_EXTERNAL} ${IMAGE} > /dev/null 2>&1
-
- sudo /opt/mapr/server/configure.sh -c -C ${IP} -N maprdemo.mapr.io > /dev/null 2>&1
- sudo sed -i '' '/maprdemo/d' /etc/hosts
- sudo sh -c "echo \"${IP} maprdemo.mapr.io maprdemo\" >> /etc/hosts"
-
- echo
- echo "Docker Container is coming up...."
- echo "Mac Client has been configured with the docker container."
- echo
- echo "Please login to the container using (root password mapr): ssh root@localhost -p 2222 "
- echo "Login to MCS at https://localhost:8443 (This may take a few minutes..)"
-fi
diff --git a/ojai-examples/pom.xml b/ojai-examples/pom.xml
index 9261276..96b8f8e 100644
--- a/ojai-examples/pom.xml
+++ b/ojai-examples/pom.xml
@@ -3,7 +3,7 @@
mapr-db-getting-started
com.mapr.db.examples
- 1.0-SNAPSHOT
+ 6.0.0
4.0.0
diff --git a/pom.xml b/pom.xml
index 3fae3b3..d74a918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.mapr.db.examples
mapr-db-getting-started
pom
- 1.0-SNAPSHOT
+ 6.0.0
ojai-examples