Kevin Ratnasekera created GORA-565:
--------------------------------------
Summary: Enable Spark in Unit Tests
Key: GORA-565
URL: https://issues.apache.org/jira/browse/GORA-565
Project: Apache Gora
Issue Type: Improvement
Components: gora-hbase, gora-mongodb
Reporter: Kevin Ratnasekera
Fix For: 0.9
Some are disabled from execution.
{code}
//todo fix config
@Ignore
@Test
public void testSparkWordCount() throws Exception {
MapReduceTestUtils.testSparkWordCount(cluster.getConf(), webPageStore,
tokenStore);
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)