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

Tajo QA commented on TAJO-732:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12639787/TAJO-732.patch
  against master revision 38f5316.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 2 new 
or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the 
total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 203 new 
Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 core tests.{color}  The patch failed these unit tests in 
tajo-client tajo-core/tajo-core-backend: 
                  org.apache.tajo.cli.TestExecExternalShellCommand
                  org.apache.tajo.cli.TestHdfsCommand

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/330//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/330//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/330//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core-backend.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/330//console

This message is automatically generated.

> Support executing LINUX shell command and HDFS command.
> -------------------------------------------------------
>
>                 Key: TAJO-732
>                 URL: https://issues.apache.org/jira/browse/TAJO-732
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: hyoungjunkim
>            Assignee: hyoungjunkim
>            Priority: Minor
>         Attachments: TAJO-732.patch
>
>
> See the title. 
> {noformat}
> \! [COMMAND]: executes command in TAJO shell
> \dfs [COMMAND]: executes a dfs command in TAJO shell 
> default>\! ls -al
> total 208
> drwxr-xr-x  27 babokim  staff    918  4  2 17:34 .
> drwxr-xr-x  95 babokim  staff   3230  4  2 17:28 ..
> drwxr-xr-x  13 babokim  staff    442  4  2 17:41 .git
> -rw-r--r--   1 babokim  staff    144  4  2 17:29 .gitignore
> drwxr-xr-x  12 babokim  staff    408  4  2 17:41 .idea
> -rw-r--r--   1 babokim  staff   2117  4  2 17:29 BUILDING.txt
> -rw-r--r--   1 babokim  staff  34170  4  2 17:29 CHANGES.txt
> -rw-r--r--   1 babokim  staff  17172  4  2 17:29 LICENSE.txt
> -rw-r--r--   1 babokim  staff    396  4  2 17:29 NOTICE.txt
> -rw-r--r--   1 babokim  staff   2095  4  2 17:29 README
> drwxr-xr-x   4 babokim  staff    136  4  2 17:29 dev-support
> default>\dfs -ls /tajo/warehouse
> Found 93 items
> drwxr-xr-x   - tajo supergroup          0 2014-03-25 17:45 
> /tajo/warehouse/default
> drwxr-xr-x   - tajo supergroup          0 2014-03-04 10:06 
> /tajo/warehouse/lineitem_100_gzip
> drwxr-xr-x   - tajo supergroup          0 2014-03-22 14:01 
> /tajo/warehouse/lineitem_100_p
> drwxr-xr-x   - tajo supergroup          0 2014-03-24 14:22 
> /tajo/warehouse/lineitem_100_rc
> drwxr-xr-x   - tajo supergroup          0 2014-03-19 02:07 
> /tajo/warehouse/lineitem_tmp
> {noformat} 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to