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 2017/08/07 09:40:01 UTC

[jira] [Commented] (BIGTOP-2866) Fix rmr depricated and people* No such file or directory error

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

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

GitHub user nareshgbhat opened a pull request:

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

    BIGTOP-2866:Fix rmr and people directory error

    The below error is issued while running the spark smoke
    tests on AArch64 architecture.  The patch will fix the issues.
    ...
    ....
    org.apache.bigtop.itest.spark.TestSpark STANDARD_OUT
    Failed command: hdfs dfs -rmr people* examples
    error code: 1
    stdout: [Deleted examples]
    stderr: [rmr: DEPRECATED: Please use 'rm -r' instead.,
    rmr: `people*': No such file or directory,
    ...
    .....
    
    Signed-off-by: Naresh Bhat <na...@linaro.org>

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

    $ git pull https://github.com/nareshgbhat/bigtop BIGTOP-2866

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

    https://github.com/apache/bigtop/pull/274.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 #274
    
----
commit b6b4c5d13b9bdd04b97cffad4a7daf37d64875d4
Author: Naresh Bhat <na...@linaro.org>
Date:   2017-08-07T09:34:59Z

    BIGTOP-2866:Fix rmr and people directory error
    
    The below error is issued while running the spark smoke
    tests on AArch64 architecture.  The patch will fix the issues.
    ...
    ....
    org.apache.bigtop.itest.spark.TestSpark STANDARD_OUT
    Failed command: hdfs dfs -rmr people* examples
    error code: 1
    stdout: [Deleted examples]
    stderr: [rmr: DEPRECATED: Please use 'rm -r' instead.,
    rmr: `people*': No such file or directory,
    ...
    .....
    
    Signed-off-by: Naresh Bhat <na...@linaro.org>

----


> Fix rmr depricated and people* No such file or directory error
> --------------------------------------------------------------
>
>                 Key: BIGTOP-2866
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2866
>             Project: Bigtop
>          Issue Type: Bug
>          Components: spark, tests
>    Affects Versions: 1.2.0
>         Environment: Debian installed D05 AArch64 machine.
>            Reporter: Naresh Bhat
>            Assignee: Naresh Bhat
>             Fix For: 1.3.0
>
>
> While running the spark smoke tests,  Observed the following error messages on Debian installed D05 (AArch64)  machine.
> Logs:
> -------
> ..
> .....
> ...........
> .............
> Successfully started process 'Gradle Test Executor 2'
> Gradle Test Executor 2 started executing tests.
> Gradle Test Executor 2 finished executing tests.
> org.apache.bigtop.itest.spark.TestSpark STANDARD_OUT
>     Failed command: hdfs dfs -rmr people* examples
>     	error code: 1
>     	stdout: [Deleted examples]
>     	stderr: [rmr: DEPRECATED: Please use 'rm -r' instead., rmr: `people*': No such file or directory, 17/08/07 09:22:34 INFO fs.TrashPolicyDefault: Namenode trash configuration: Deletion interval = 0 minutes, Emptier interval = 0 minutes.]
> Finished generating test XML results (0.09 secs) into: /bigtop-home/bigtop-tests/smoke-tests/spark/build/test-results
> Generating HTML test report...
> Finished generating test html results (0.077 secs) into: /bigtop-home/bigtop-tests/smoke-tests/spark/build/reports/tests
> Now testing...
> :bigtop-tests:smoke-tests:spark:test (Thread[main,5,main]) completed. Took 1 mins 29.932 secs.
> BUILD SUCCESSFUL
> Total time: 2 mins 11.162 secs
> Stopped 1 compiler daemon(s).
> ...
> ..........



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)