|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase org.pentaho.di.cluster.BaseCluster org.pentaho.di.cluster.PartitioningTest
public class PartitioningTest
Constructor Summary | |
---|---|
PartitioningTest()
|
Method Summary | |
---|---|
void |
testPartitioningRepartitioningOnCluster()
This test reads a CSV file in parallel on the cluster, one copy per slave. It then partitions the data on id in 12 partitions (4 per slave). After that it re-partitions the data in 9 partitions (3 per slave). As such we expect 9 result files on disk. File: "partitioning-repartitioning-on-cluster.ktr" |
void |
testPartitioningSwimmingLanesOnCluster()
This test reads a CSV file in parallel on the cluster, one copy per slave. It then partitions the data on id in 12 partitions (4 per slave) and keeps the data partitioned until written to file. As such we expect 12 files on disk. File: "partitioning-swimming-lanes-on-cluster.ktr" |
Methods inherited from class org.pentaho.di.cluster.BaseCluster |
---|
createClusteredTransExecutionConfiguration, loadAndModifyTestTransformation, loadFileContent |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PartitioningTest()
Method Detail |
---|
public void testPartitioningSwimmingLanesOnCluster() throws Exception
Exception
public void testPartitioningRepartitioningOnCluster() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |