Skip to content

Removed reference to container setup. This sample assumes that MapR e… #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: mapr-6.0.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drill-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mapr-db-getting-started</artifactId>
<groupId>com.mapr.db.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
91 changes: 0 additions & 91 deletions mapr_devsandbox_container_setup.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ojai-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mapr-db-getting-started</artifactId>
<groupId>com.mapr.db.examples</groupId>
<version>1.0-SNAPSHOT</version>
<version>6.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.mapr.db.examples</groupId>
<artifactId>mapr-db-getting-started</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>6.0.0</version>

<modules>
<module>ojai-examples</module>
Expand Down