使用sqoop将数据从mysql导入到hive中的特定数据库表失败

时间:2016-01-29 17:10:53

标签: mysql hive sqoop hadoop2

Error Message
    database does not exists: world

Question
  1. is there anything wrong in the above command, please correct me?

sqoop import --connect jdbc:mysql:// localhost / world \     --username root \      - 表CountryLanguage \     --hive-import \     --hive-table world.countrylanguage -m 1

$(function() {

  $('.image').draggable(); //Draggable image (Jquery UI)

  $('.button').click(function() { //append more image
    $('body').append('<img class="image" src="http://nuclearpixel.com/content/icons/2010-02-09_stellar_icons_from_space_from_2005/earth_128.png">')
  });

});

0 个答案:

没有答案