comment of hive script
Double-hyphen --
like this,
-- Set up Apache log table
-- @author Tomotaka Sakuma
ADD JAR ./target/apachelog_serde-0.1.0-SNAPSHOT.jar
CREATE TABLE apache_log (...);
Double-hyphen --
like this,
-- Set up Apache log table
-- @author Tomotaka Sakuma
ADD JAR ./target/apachelog_serde-0.1.0-SNAPSHOT.jar
CREATE TABLE apache_log (...);