You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Yan Fang (JIRA)" <ji...@apache.org> on 2015/03/27 19:20:55 UTC

[jira] [Commented] (SAMZA-621) Zopkio test is looking for a wrong samza-test tgz file

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

Yan Fang commented on SAMZA-621:
--------------------------------

+1

> Zopkio test is looking for a wrong samza-test tgz file
> ------------------------------------------------------
>
>                 Key: SAMZA-621
>                 URL: https://issues.apache.org/jira/browse/SAMZA-621
>             Project: Samza
>          Issue Type: Bug
>    Affects Versions: 0.10.0
>            Reporter: Yi Pan (Data Infrastructure)
>            Assignee: Chris Riccomini
>             Fix For: 0.10.0
>
>         Attachments: SAMZA-621-0-master.patch
>
>
> Checking out the 0.9.0-rc0 code base and do the following:
> {code}
> ./gradlew clean build
> mkdir ~/zopkio
> ./bin/integration-tests.sh ~/zopkio —nopassword
> {code}
> And the test complained about the following:
> {code}
> 2015-03-26 23:01:54,216 zopkio.test_runner [ERROR] Aborting single execution due to setup_suite failure:
> Traceback (most recent call last):
>   File "/home/yipan/zopkio/samza-integration-tests/lib/python2.6/site-packages/zopkio/test_runner.py", line 107, in run
>     self.deployment_module.setup_suite()
>   File "/home/yipan/zopkio/scripts/deployment.py", line 89, in setup_suite
>     'executable': c('samza_executable'),
>   File "/home/yipan/zopkio/scripts/samza_job_yarn_deployer.py", line 85, in install
>     ftp.put(executable, exec_file_location, callback=progress)
>   File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
>     self.gen.throw(type, value, traceback)
>   File "/home/yipan/zopkio/samza-integration-tests/lib/python2.6/site-packages/zopkio/remote_host_helper.py", line 193, in get_sftp_client
>     yield sftp
>   File "/home/yipan/zopkio/scripts/samza_job_yarn_deployer.py", line 85, in install
>     ftp.put(executable, exec_file_location, callback=progress)
>   File "/home/yipan/zopkio/samza-integration-tests/lib/python2.6/site-packages/paramiko/sftp_client.py", line 667, in put
>     file_size = os.stat(localpath).st_size
> OSError: [Errno 2] No such file or directory: 'samza-test_2.10-0.9.0-SNAPSHOT.tgz'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)