Member since
01-25-2016
4
Posts
2
Kudos Received
0
Solutions
01-29-2016
06:29 AM
hi experts, I am trying to import data from Oracle DB. I just wanted to check if we can use a string field delimiter instead of comma(default delimiter for columns) Thanks.
... View more
Labels:
- Labels:
-
Apache Sqoop
01-25-2016
12:42 PM
1 Kudo
Hi, In Hive DB I got a table named "employee" with employee id as one field, can I set HiveContext and delete data from Hive table() like below (if not what is the best way to do) val sqlContext = new HiveContext(sc) sqlContext.sql("DELETE FROM employee WHERE employee_id=6") Thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Spark