Hi, This is Shrinivas.
I am joining a mysql db table with a csv file in hdfs. I want to store the
results in a new mysql db table. I get an error : Schema [MySQL.dummy] is
immutable.
MySQL is my mysql plugin name and dummy is the database name.
Here is my MySQL plugin configuration :
{
"type": "jdbc",
"driver": "com.mysql.jdbc.Driver",
"url": "jdbc:mysql://host:3306",
"username": "root",
"password": "",
"enabled": true
}
Please help me.
Thank you.
Regards,
Shrinivas Deshmukh.
