Can you try running:

mvn *clean* package -Pbinary -DskipTests

To force maven rebuild all files from scratch.

Jarcec

> On Nov 10, 2015, at 2:59 AM, Banmeet Singh <[email protected]> wrote:
> 
> Hi
> 
> I recently pulled upstream code into my local sqoop repo and checked out the 
> sqoop2 branch. I can see only two connectors (Kafka and SFTP) on doing 'show 
> connector' from the sqoop2-shell (screenshot attached). I did 'mvn package 
> -Pbinary -DskipTests' for building the project and used '.../sqoop2-server 
> start' to start the sqoop2 server. I am currently running the sqoop2 server 
> and client on a single node (Ubuntu in a VirtualBox VM/Ubuntu on an Amazon 
> EC2 instance) with Hadoop (on YARN) in pseudo distributed mode. The HEAD of 
> my repo is currently at commit id 82d9f02; SQOOP-2654 (screenshot attached). 
> On debugging the code, I found that the following line of code in 
> ConnectorManagerUtils::getConnectorConfigs() returns an Enumeration 
> containing only two URLs:
> 
> Enumeration<URL> appPathConfigs = 
> ConnectorManager.class.getClassLoader().getResources(
>           ConfigurationConstants.FILENAME_CONNECTOR_PROPERTIES);
> 
> Any pointers as to what might be wrong would be helpful.
> 
> Thanks and regards
> Banmeet Singh
> Graduate Student
> Department of Computer Science
> Rutgers, The State University of New Jersey
> Mob.: (732)-779-9741

Reply via email to