forked from D-Net/dnet-hadoop
added new type on MAG mapping
This commit is contained in:
parent
745fa92db8
commit
7d6a80e2f2
|
@ -9,6 +9,7 @@ import org.slf4j.{Logger, LoggerFactory}
|
||||||
|
|
||||||
object SparkImportMagIntoDataset {
|
object SparkImportMagIntoDataset {
|
||||||
val datatypedict = Map(
|
val datatypedict = Map(
|
||||||
|
"bool" -> BooleanType,
|
||||||
"int" -> IntegerType,
|
"int" -> IntegerType,
|
||||||
"uint" -> IntegerType,
|
"uint" -> IntegerType,
|
||||||
"long" -> LongType,
|
"long" -> LongType,
|
||||||
|
|
Loading…
Reference in New Issue