Member since
09-30-2018
4
Posts
1
Kudos Received
0
Solutions
02-19-2019
07:17 PM
Hi all, please find below exception in beeline beeline -u jdbc:hive://server:port/ -n user -e "insert into table schema.table_name values(1,'k')" error below Hive access control exception permission denied for user on select privileges for [default/_tmp_value] while running the same command in embedded mode im able to insert the data into hive table beeline -u jdbc:hive:// -n user -e "insert into table schema.table_name values(1,'k')"
... View more
Labels:
- Labels:
-
Apache Hive
10-04-2018
08:42 PM
@Sandeep Nemuri my use case was to move the MySQL data to PostgreSQL for which my cluster has 5tb ram and data may grow (as of now 200Million) is that achievable from spark and will that affect the cluster. Previously data transfer was from sqoop to hive and then any target db
... View more
10-01-2018
04:40 PM
1 Kudo
I'm thinking to connect spark from MySQL to Postgres in one single app could anyone help me how to do it I have tried adding jars of both the DB's in the classpath but either of the one works, please shed light or guide me on this
... View more
Labels:
- Labels:
-
Apache Spark