Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要在 Sqoop 中安装 MySQL 连接器,我需要将 jar 文件放在 Sqoop 目录中,但我找不到它(它不在/usr/lib/sqoop. 我在多台机器上安装了 Sqoop 和 Cloudera。
/usr/lib/sqoop
我在哪里可以找到其中一台机器上的 Sqoop 目录?
你在使用 Ubuntu 吗?在这种情况下,它可能是一个符号链接/etc/alternatives/something...(使用 ls -la 检查)
/etc/alternatives/something...
我在使用 XAMPP 时遇到问题。它不能正确识别 php。例如:
<?php echo "This is working !"; ?>
这不是:
<? echo "L O L"; ?>
使用 XAMPP v.3.0.12