[email protected] ~ / sqoop help Warning: does not exist HCatalog jobs will fail. Please set ...">

当前位置:网站首页>Run sqoop1.4.5 to report warning: does not exist! HCatalog jobs will fail.

Run sqoop1.4.5 to report warning: does not exist! HCatalog jobs will fail.

2022-06-22 13:36:00 weixin_ forty-one million five hundred and sixty-one thousand n

Software version

sqoop.1.4.5
hadoop.2.10.1

Error message

[[email protected] ~]# sqoop help
Warning: does not exist! HCatalog jobs will fail.
Please set $HCAT_HOME to the root of your HCatalog installation.
Warning: does not exist! Accumulo imports will fail.
Please set $ACCUMULO_HOME to the root of your Accumulo installation.
21/03/11 22:05:41 INFO sqoop.Sqoop: Running Sqoop version: 1.4.5
usage: sqoop COMMAND [ARGS]

Available commands:
codegen Generate code to interact with database records
………………
/root/software/sqoop-1.4.5/bin

Processing mode

Note the following
[[email protected] bin]# vi configure-sqoop

## Moved to be a runtime check in sqoop.
#if [ ! -d "${HCAT_HOME}" ]; then
#  echo "Warning: $HCAT_HOME does not exist! HCatalog jobs will fail."
#  echo 'Please set $HCAT_HOME to the root of your HCatalog installation.'
#fi

#if [ ! -d "${ACCUMULO_HOME}" ]; then
#  echo "Warning: $ACCUMULO_HOME does not exist! Accumulo imports will fail."
#  echo 'Please set $ACCUMULO_HOME to the root of your Accumulo installation.'
#fi

[[email protected] bin]# sqoop help
21/03/11 22:07:03 INFO sqoop.Sqoop: Running Sqoop version: 1.4.5
usage: sqoop COMMAND [ARGS]

Available commands:
codegen Generate code to interact with database records
create-hive-table Import a table definition into Hive
eval Evaluate a SQL statement and display the results
export Export an HDFS directory to a database table
help List available commands
import Import a table from a database to HDFS
import-all-tables Import tables from a database to HDFS
job Work with saved jobs
list-databases List available databases on a server
list-tables List available tables in a database
merge Merge results of incremental imports
metastore Run a standalone Sqoop metastore
version Display version information

See ‘sqoop help COMMAND’ for information on a specific command.

原网站

版权声明
本文为[weixin_ forty-one million five hundred and sixty-one thousand n]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221138209780.html