diff --git a/mysql.tables.sql b/mysql.tables.sql index 75275cb..1d9e177 100644 --- a/mysql.tables.sql +++ b/mysql.tables.sql @@ -14,6 +14,9 @@ -- See the License for the specific language governing permissions and -- limitations under the License. +-- Select database sqoop +USE sqoop; + -- Create table cities CREATE TABLE `cities` ( `id` INTEGER UNSIGNED NOT NULL,