-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47674/#review134510
-----------------------------------------------------------




common-test/src/main/java/org/apache/sqoop/common/test/repository/DerbyRepositoryProvider.java
 (line 41)
<https://reviews.apache.org/r/47674/#comment199378>

    i am not convinced that this line of code is actually testing anything. I 
believe these properties configure the "sqoop.properties file" for the 
JettySqoopMiniCluster. 
    
    So here I think we are configuring sqoop to log into the repository with a 
password but the repository is never configured to require one. 
    
    I found this guide on setting up passwords for embedded derby instances: 
https://db.apache.org/derby/docs/10.0/manuals/develop/develop120.html
    
    It looks like we may need to add another initialization method th 
RepositoryProviderBase that the DerbyRepositoryProvider uses to set the 
password.


- Abraham Fine


On May 24, 2016, 1:28 a.m., Szabolcs Vasas wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/47674/
> -----------------------------------------------------------
> 
> (Updated May 24, 2016, 1:28 a.m.)
> 
> 
> Review request for Sqoop.
> 
> 
> Bugs: SQOOP-2914
>     https://issues.apache.org/jira/browse/SQOOP-2914
> 
> 
> Repository: sqoop-sqoop2
> 
> 
> Description
> -------
> 
> Sqoop2: Support using password generators for repository passwords
> 
> 
> Diffs
> -----
> 
>   
> common-test/src/main/java/org/apache/sqoop/common/test/repository/DerbyRepositoryProvider.java
>  6c75786 
>   core/src/main/java/org/apache/sqoop/repository/JdbcRepositoryContext.java 
> 0a8139a 
>   
> core/src/main/java/org/apache/sqoop/repository/RepoConfigurationConstants.java
>  12cb93e 
> 
> Diff: https://reviews.apache.org/r/47674/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Szabolcs Vasas
> 
>

Reply via email to