Member since
05-15-2017
4
Posts
0
Kudos Received
0
Solutions
05-16-2017
04:21 AM
I am loading the data from one hive table to another hive table using insert and select statement. i.e insert into table main_table select id,name from source_table. I have written my own script,Can you please elloborate with some example.It will be more helpful.
... View more
05-15-2017
01:09 PM
Hi ,I am trying to load data/table from source database into my database table.While loading the data into my table some error occured,which results in failure of table load. Is there anything in hive which will provide me at which row the data loading got failed. Let us take an example:suppose my source table has 1000 records ,while loading data into my table error occured at 500 record,so can i record from hive that loading failed because of line 500 or something like that.
... View more
- Tags:
- Hadoop Core
- Hive
Labels:
- Labels:
-
Apache Hive