Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3362 | 05-03-2017 05:13 PM | |
2792 | 05-02-2017 08:38 AM | |
3068 | 05-02-2017 08:13 AM | |
3002 | 04-10-2017 10:51 PM | |
1511 | 03-28-2017 02:27 AM |
12-16-2015
01:52 PM
then you probably need to create a lib folder in your workflow directory and put your libs there. Here's a sample for a file I need to reference in my workflow. You also may not need to set configs with lib folder present. https://github.com/dbist/oozie/tree/master/apps/hcatalog
... View more
12-16-2015
01:46 PM
1 Kudo
It is not possible in Ambari, what you can do is load this one app into HBase on Yarn "Slider", there you can run multiple versions of HBase on top of Yarn. This will be a secondary HBase cluster. https://slider.incubator.apache.org/docs/examples.html
... View more
12-16-2015
01:42 PM
I'm aware of that, this was the only available example. Just add a recursive switch=true to the command you want to execute.
... View more
12-16-2015
01:33 PM
for example you want to use pig 0.14 instead of 0.15 shipped with HDP 2.3 put 0.14 libs in sharelib with unique name, i.e. pig-14 in your job.properties specify the following oozie.action.sharelib.for.pig=pig-14 job.properties precedence is at a job level, if you put this property within pig action, it will only take effect during the pig action and at server level, you'd put this property in oozie-site.xml
... View more
12-16-2015
01:25 PM
add "recursive" switch curl -i -X DELETE "http://<host>:<port>/webhdfs/v1/<path>?op=DELETE
[&recursive=<true |false>]"
... View more
12-12-2015
04:06 PM
The current approach is to use sqoop incremental job, nifi has no support for CDC. You can also look at Attunity Replicate or GoldenGate for CDC.
... View more
12-12-2015
03:56 PM
@Neeraj Sabharwal OK I see your nifi comment
... View more
12-12-2015
03:55 PM
@Neeraj Sabharwal nifi example working with csv does that https://cwiki.apache.org/confluence/display/NIFI/Example+Dataflow+Templates
... View more
12-12-2015
03:37 PM
@Pratima Ayyar please check that your sandbox address is in your /etc/hosts on your host machine.
... View more
12-12-2015
03:35 PM
I use the same trick with mapreduce jobs, hive -f commands, etc, it's proven to work guys. @Ali Bajwa @Guilherme Braccialli
... View more