my question is how to generate a sequenceFile from text to output some format like this:
<string, string>,<double, double>
the left side is the key, and the right side is the value.
my question is how to generate a sequenceFile from text to output some format like this:
<string, string>,<double, double>
the left side is the key, and the right side is the value.