Sqoop 语法错误,意外的 tIdentifier
Sqoop Syntax error, unexpected tIdentifier
我正在尝试使用 sqoop 将 MySQL table 加载到 hbase。我正在使用以下命令,但它显示了意外的 tIdentifier 错误。请帮忙。
sqoop import --connect jdbc:mysql://localhost/manideep --username root --password cloudera --table sample --hbase-table H_LOAN --column-family CD --hbase-row-key id -m 1
我使用以下命令在 Sgoop 中实现了 hbase table 导入:
sqoop import --connect "jdbc:mysql://localhost/manideep" --username <username> --password ****** --table <mysql-table-name> --columns "column1,colmn2,column3" --hbase-table <hbase-table-name> --column-family <hbase-table-column-family> --hbase-row-key <row-key-column-name> -m 1
如果解决方案不起作用,请post您遇到的确切问题(异常详细信息)。
我正在尝试使用 sqoop 将 MySQL table 加载到 hbase。我正在使用以下命令,但它显示了意外的 tIdentifier 错误。请帮忙。
sqoop import --connect jdbc:mysql://localhost/manideep --username root --password cloudera --table sample --hbase-table H_LOAN --column-family CD --hbase-row-key id -m 1
我使用以下命令在 Sgoop 中实现了 hbase table 导入:
sqoop import --connect "jdbc:mysql://localhost/manideep" --username <username> --password ****** --table <mysql-table-name> --columns "column1,colmn2,column3" --hbase-table <hbase-table-name> --column-family <hbase-table-column-family> --hbase-row-key <row-key-column-name> -m 1
如果解决方案不起作用,请post您遇到的确切问题(异常详细信息)。