我正在尝试配置hadoop的主环境和从环境。
到目前为止,我已经创建了2个vagrant(Ubuntu)盒子,并在这两台机器上安装了Hadoop,并且正在运行。现在,我已经为我的主计算机分配了一个新的ipaddress - 192.168.0.1,并尝试ssh到该计算机,但不起作用。
ssh本地主机- works
ssh master - does not work
127.0.0.1 localhost
127.0.1.1 vagrant
# The following lines are desirable for IPv6 capable hosts
::1
似乎有两种方法可以做到这一点,第一种方法如下:
$result = mysql_query("SHOW TABLE STATUS LIKE 'table_name'");
$row = mysql_fetch_array($result);
$nextId = $row['Auto_increment'];
mysql_free_result($result);
$sql = mysql_query("INSERT the information you want in the main table")
然后,可以将$nexti