You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/23 02:07:00 UTC

[jira] [Commented] (BIGTOP-3114) [Test] HBase Importtsv smoke tests are failing

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

ASF GitHub Bot commented on BIGTOP-3114:
----------------------------------------

GitHub user evans-ye opened a pull request:

    https://github.com/apache/bigtop/pull/431

    BIGTOP-3114. [Test] HBase Importtsv smoke tests are failing

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/evans-ye/bigtop BIGTOP-3114

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bigtop/pull/431.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #431
    
----
commit 7c54d668780ed1495cd0af5c19373ed3db741291
Author: Evans Ye <ev...@...>
Date:   2018-12-23T02:05:49Z

    BIGTOP-3114. [Test] HBase Importtsv smoke tests are failing

----


> [Test] HBase Importtsv smoke tests are failing
> ----------------------------------------------
>
>                 Key: BIGTOP-3114
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3114
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: tests
>    Affects Versions: 1.3.0
>            Reporter: Evans Ye
>            Assignee: Evans Ye
>            Priority: Major
>             Fix For: 1.4.0
>
>         Attachments: hbase_test.tar.gz
>
>
> 3 tests are failing:
>  * TestImportTsv. testBulkImportNonTsv
>  * TestImportTsv. testBulkImportTsv
>  * TestImportTsv. testLoadToNewTable
> Dig a bit into it and found the test is using wrong jar file to fire up tests:
> {code:java}
> HADOOP_CLASSPATH=`hbase classpath` hadoop jar /usr/lib/hbase/hbase-annotations-1.3.2.jar importtsv -Dimporttsv.bulk.output=/user/root/import_movies_output  -Dimporttsv.columns=HBASE_ROW_KEY,general:title,release:date,release:video_date,IMDb:URL,genre:unknown,genre:Action,genre:Adventure,genre:Animation,genre:Children,genre:Comedy,genre:Crime,genre:Documentary,genre:Drama,genre:Fantasy,genre:Film-Noir,genre:Horror,genre:Musical,genre:Mystery,genre:Romance,genre:Sci-Fi,genre:Thriller,genre:War,genre:Western movies /user/root/movies_tsv
> {code}
> Checkout attached test report for more details.



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