Re: Error while exporting the data from pig latin to RDBMS

2012-10-17 Thread Jonathan Coveney
I have not used DBStorage myself and the comments are lacking, but there is a syntactical issue here. All store statements have to be in the following form: store relation into 'location' using storefunc(args); So you're case needs to be STORE data INTO 'location' using DBStorage ('com.mysql.jdb

Error while exporting the data from pig latin to RDBMS

2012-10-17 Thread Pankaj Andhale
I am a new user to pig latin and this is the first time I am sending an email to the mailing group. excuse me if I have made a mistake. I have a pig latin script that cleans the raw log file and then I want to store the cleanlog file(data) into a mySql data base Problem Following is the command S