[
https://issues.apache.org/jira/browse/BIGTOP-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398883#comment-13398883
]
Roman Shaposhnik commented on BIGTOP-625:
-----------------------------------------
Was this tested? 'cuz the following looks suspect:
{noformat}
@Test
public void testAppendOnPreExistingFile() {
// configuration and file system set up
Configuration conf = new Configuration();
String namenode = conf.get("fs.defaultFS");
if (sh.getRet() != 0) {
{noformat}
I don't see any prior calls to sh.exec() to make sh.getRe() work.
> Add HDFS Append Test
> --------------------
>
> Key: BIGTOP-625
> URL: https://issues.apache.org/jira/browse/BIGTOP-625
> Project: Bigtop
> Issue Type: Test
> Affects Versions: 0.4.0
> Reporter: Sujay Rau
> Assignee: Sujay Rau
> Fix For: 0.4.0
>
> Attachments: bigtop-625.txt
>
>
> Wrote a test that checks functionality of hdfs append in a few scenarios.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira