Member since
04-03-2019
962
Posts
1743
Kudos Received
146
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11533 | 03-08-2019 06:33 PM | |
4912 | 02-15-2019 08:47 PM | |
4171 | 09-26-2018 06:02 PM | |
10599 | 09-07-2018 10:33 PM | |
5661 | 04-25-2018 01:55 AM |
05-08-2016
02:01 PM
5 Kudos
@simran kaur You can put sqoop-site.xml in /user/oozie/share/lib/lib-<timestamp>/sqoop/ if sqoop dir is not there then you can create it.
... View more
05-08-2016
10:51 AM
5 Kudos
@Binu Mathew
Hive CLI bypasses all the security policies. Please find answer to your question here - https://community.hortonworks.com/questions/10760/how-to-disable-hive-shell-for-all-users.html
... View more
05-06-2016
12:06 PM
4 Kudos
@Amit Tewari - http://crazyadmins.com/how-to-integrate-ranger-with-ldap/ If you have any issues, you can ask here. @Sagar Shimpi and I Can help you.
... View more
05-06-2016
06:44 AM
5 Kudos
@simran kaur - can you please try below jdbc url jdbc:mysql://yourserver:3306/yourdatabase?zeroDateTimeBehavior=convertToNull
... View more
05-06-2016
06:13 AM
@simran kaur - As per your comment "The target-dir attribute works just fine when I am running in through command line. How do I fix this?" If it is working via command line then it should work via oozie.
... View more
05-06-2016
06:01 AM
Thank you @Artem Ervits
... View more
05-06-2016
06:00 AM
@Rajkumar Singh - Thank you! It works.
... View more
05-06-2016
05:47 AM
2 Kudos
@simran kaur Please pass arguments in <arg> </arg> tag. Please refer - http://alvincjin.blogspot.in/2014/06/create-sqoop-action-in-oozie-using-hue.html
... View more
05-05-2016
02:31 PM
4 Kudos
@simran kaur Please paste error from oozie launcher, click on failed action in oozie UI --> open console url --> it will point you to RM UI --> click on map --> attempt ID --> logs In stderror/stdout section, you should get a hint. Refer this - https://community.hortonworks.com/articles/9148/troubleshooting-an-oozie-flow.html
... View more
05-05-2016
07:07 AM
3 Kudos
If I use below command to get data from my_file.txt, it captures all the data and I can get it at consumer console. If my_file.txt is continuosly updating then how can I keep my producer running and keep producing latest data? kafka-console-producer.sh --broker-list localhost:9092 --topic my_topic < my_file.txt
... View more
Labels:
- Labels:
-
Apache Kafka