我正在尝试从hadoop获取数据到mysql。为此,我使用sqoop。
在hadoop(hdfs)端的输出()中,我接收 key,value
由制表符分隔。现在我想通过sqoop将输出放到db中:
sqoop-export --connect jdbc:mysql://localhost/test
--username root --password pswd
--table counter
--export-dir /usr/local/hadoop/output
--input-fields-terminated-by '***TAB***'
我怎样才能在中指向sqoop --input-fields-terminated-by
行将制表符用作分隔符?
1条答案
按热度按时间mwg9r5ms1#
使用