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