amazon web services - Store the results from Pig directly to Redshift? -


is there way store results pig directly table on redshift?

yes, won't - it's not efficient.

  1. download jdbc driver (http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html)

  2. use piggybank dbstorage, mysql example here.

a better way prepare csv , import it.