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

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

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

import com.datawizards.dmg.examples.TestModel.Person
import com.datawizards.dmg.service.HiveServiceImpl

object CreateHiveTableExample extends App {
  HiveServiceImpl.createHiveTable[Person]()
  HiveServiceImpl.createHiveTableIfNotExists[Person]()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy