xavignu.com
Export data from HDFS to MySQL
First create the DB and table where you want to populate. echo “create database staff2; use staff2; CREATE TABLE editorial (id INT(100) unsigned not null AUTO_INCREMENT, name VARCHAR(20), ema…