|
@@ -373,7 +373,7 @@ create external table ship_mode(
|
|
|
, sm_contract string
|
|
, sm_contract string
|
|
|
)
|
|
)
|
|
|
row format delimited fields terminated by '|'
|
|
row format delimited fields terminated by '|'
|
|
|
-location '${LOCATION}/ship_model';
|
|
|
|
|
|
|
+location '${LOCATION}/ship_mode';
|
|
|
create database if not exists ${DB};
|
|
create database if not exists ${DB};
|
|
|
use ${DB};
|
|
use ${DB};
|
|
|
|
|
|