Created
October 17, 2017 16:28
-
-
Save sebge2emasphere/0fbac847fb7141b22bced4114792a116 to your computer and use it in GitHub Desktop.
Hadoop Spark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JavaPairRDD | |
.fromRDD( | |
context.newAPIHadoopRDD( | |
initializeConfiguration(executorContext, context), | |
TableInputFormat.class, | |
ImmutableBytesWritable.class, | |
Result.class | |
), | |
ClassTag$.MODULE$.apply(ImmutableBytesWritable.class), | |
ClassTag$.MODULE$.apply(Result.class) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment