Re: [VOTE] Amend Hive Bylaws + Add HCatalog Submodule

2013-01-29 Thread Arvind Prabhakar
Measure 1: +1 Measure 2: +1 Regards, Arvind Prabhakar On Mon, Jan 28, 2013 at 11:47 AM, Carl Steinbach wrote: > I am calling a vote on the following two measures. > > Measure 1: Amend Hive Bylaws to Define Submodules and Submodule Committers > > If this measure passes the Apac

Re: Looking for a working mysql import sqoop command line

2012-05-12 Thread Arvind Prabhakar
Hi David, A typical MySQL import will look like: $ sqoop import --connect jdbc:mysql://localhost/mydb --username user --password pswd --table mytable Depending upon what you are trying to do and the datatypes that you have in your MySQL table, you may have to provide different options. If you ne