Details
-
Test
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
After HBASE-17574, all test under hbase-spark are regarded as unit test, and this jira will add integration test of hbase-spark into hbase-it. This patch run same tests as mapreduce.IntegrationTestBulkLoad, just change mapreduce to spark.
test in Maven:
mvn verify -Dit.test=IntegrationTestSparkBulkLoad
test on cluster:
spark-submit --class org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad HBASE_HOME/lib/hbase-it-2.0.0-SNAPSHOT-tests.jar -Dhbase.spark.bulkload.chainlength=500000 -m slowDeterministic
Attachments
Attachments
Issue Links
- blocks
-
HBASE-14160 backport hbase-spark module to branch-1 and branch-2
- Closed
- is depended upon by
-
HBASE-14161 Add hbase-spark integration tests to IT jenkins job
- Closed