All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datawizards.dmg.examples.CreateHiveTableBatchExample.scala Maven / Gradle / Ivy

The newest version!
package com.datawizards.dmg.examples

import com.datawizards.dmg.examples.TestModel.{Person, PersonWithCustomName}
import com.datawizards.dmg.service.HiveServiceImpl

object CreateHiveTableBatchExample extends App {
  HiveServiceImpl.batchCreateTable()
    .createTable[Person]
    .createTable[PersonWithCustomName]
    .execute()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy