Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<?xml version="1.0"?>
<BigDataComparator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" FileType="TestCase">
    <TestCase name="MyFirstTestCase" description="This is very first test case">
        <SourceFeed type="HDFS Flat File">
            <FileName>hdfs://172.20.15.17:8020/home/lnt/Hadoop/hadoop/ComparatorInput/sourceFile.txt</FileName>
            <Delimiter>|</Delimiter>
            <StringQualifier>"</StringQualifier>
            <CommentCharacter>#</CommentCharacter>
        </SourceFeed>
        <TargetFeed type="HDFS Flat File">
            <FileName>hdfs://172.20.15.17:8020/home/lnt/Hadoop/hadoop/ComparatorInput/targetFile.txt</FileName>
            <Delimiter>|</Delimiter>
            <StringQualifier>"</StringQualifier>
            <CommentCharacter>#</CommentCharacter>
        </TargetFeed>
        <TableMapping name="">
        </TableMapping>
        <GeneralOptions ignorecase="true" trimdata="false" />
    </TestCase>
</BigDataComparator>
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900