You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Daniel Voros (JIRA)" <ji...@apache.org> on 2018/05/04 09:17:00 UTC

[jira] [Commented] (SQOOP-3321) TestHiveImport is failing on Jenkins

    [ https://issues.apache.org/jira/browse/SQOOP-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463608#comment-16463608 ] 

Daniel Voros commented on SQOOP-3321:
-------------------------------------

[~BoglarkaEgyed] this is failing for me on Linux as well. I believe this is due to case sensitivity of file names there (as opposed to MacOS). The table name gets converted to lowercase when importing but we're referring to it with it's original casing when trying to verify its contents in {{ParquetReader}}.

Tests are passing after converting these three table names to all lowercase in TestHiveImport:
 - APPEND_HIVE_IMPORT_AS_PARQUET
 - NORMAL_HIVE_IMPORT_AS_PARQUET
 - CREATE_OVERWRITE_HIVE_IMPORT_AS_PARQUET

Since SQOOP-3318 only changed the tests, I think we should adapt to the lowercase names in the tests too. Easiest solution would be to use lowercase names. What do you think [~vasas]?

> TestHiveImport is failing on Jenkins
> ------------------------------------
>
>                 Key: SQOOP-3321
>                 URL: https://issues.apache.org/jira/browse/SQOOP-3321
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.7
>            Reporter: Boglarka Egyed
>            Priority: Major
>         Attachments: TEST-org.apache.sqoop.hive.TestHiveImport.txt
>
>
> org.apache.sqoop.hive.TestHiveImport is failing since [SQOOP-3318|https://reviews.apache.org/r/66761/bugs/SQOOP-3318/] has been committed. This test seem to be failing only in the Jenkins environment as it pass on several local machines. There can be some difference in the filesystem which may cause this issue, it shall be investigated. I am attaching the log from a failed run.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)