Member since
11-23-2015
28
Posts
16
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2032 | 01-27-2016 08:32 AM |
05-09-2016
07:06 AM
Hi Larry, yes, the Apache HttpClient works like a charm. Thanks, Pavel
... View more
01-23-2017
04:04 PM
base_table is not a exernal table.How we are loading the data into base_table is not clear during first run is not clear?could you please provide input on this?we are not using any load statement or insert into statement? I think after using below statement.Manually we have to load the data from files present in path:-
/user/hive/incremental_table/incremental_table into table base_table sqoop import --connect jdbc:teradata://{host name or ip address}/Database=retail --connection-manager org.apache.sqoop.teradata.TeradataConnManager --username dbc --password dbc --table SOURCE_TBL --target-dir /user/hive/incremental_table -m 1
... View more
03-16-2016
05:04 PM
1 Kudo
Yarn does not do this. There is no relationship AFAIK. It is done by the oozie server. If oozie doesn't do it ( which can happen ) the jobs run on till they finish.
... View more
03-22-2016
12:09 AM
@Pavel Benes The error usually occurs because of the malformed xml. It would be helpful if you share the xml for the failed request when you have it. In the future, we'll log the input xml to ease the debug of similar errors.
... View more
12-01-2016
06:31 AM
@Pavel Benes Did you fixed the hive issues in Java Action from oozie ?
... View more
02-02-2016
02:34 PM
@Pavel Benes has this been resolved? Can you post your solution or accept best answer?
... View more
12-03-2015
03:49 PM
My understanding is that cluster/YARN overload and this issue are not related.
... View more
12-01-2015
08:51 AM
Hi Balu, thanks for your answer. My understanding of retention is that all instances older that the retention period would be deleted no matter whether dataset is valid or not. However I am not saying that is the only possible interpretation. Possibly the existing behavior could be useful in some use case. If so, maybe you can introduce the new 'retention action' such as 'delete-always' to handle such situation. This way the change will be also backward compatible and will not change existing Falcon behavior.
... View more