Re: Is Hive CREATE DATABASE IF NOT EXISTS atomic

2016-04-07 Thread Mich Talebzadeh
e database if not exists ") to > create a hive db. Is this statement atomic? > > Thanks. > > Antonio. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Is-Hive-CREATE-DATABASE-IF-NOT-EXISTS-atomic-tp26706.html > Sent from

Re: Is Hive CREATE DATABASE IF NOT EXISTS atomic

2016-04-07 Thread Xiao Li
; create a hive db. Is this statement atomic? > > Thanks. > > Antonio. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Is-Hive-CREATE-DATABASE-IF-NOT-EXISTS-atomic-tp26706.html > Sent from the Ap

Is Hive CREATE DATABASE IF NOT EXISTS atomic

2016-04-07 Thread antoniosi
Hi, I am using hiveContext.sql("create database if not exists ") to create a hive db. Is this statement atomic? Thanks. Antonio. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Is-Hive-CREATE-DATABASE-IF-NOT-EXISTS-atomic-tp26706.html Sen