Member since
09-23-2015
800
Posts
898
Kudos Received
185
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5395 | 08-12-2016 01:02 PM | |
2200 | 08-08-2016 10:00 AM | |
2602 | 08-03-2016 04:44 PM | |
5495 | 08-03-2016 02:53 PM | |
1418 | 08-01-2016 02:38 PM |
03-16-2016
03:55 AM
1 Kudo
@Jitendra Yadav - I have tested and it's working! Thank you. https://community.hortonworks.com/questions/23151/how-to-specify-multiple-fencing-methods-in-dfshafe.html#answer-23221
... View more
03-09-2016
01:35 PM
2 Kudos
find your answer in @Benjamin Leonhardi comment below 🙂
... View more
08-07-2018
11:07 PM
@bleonhardi, How can I connect to Hive with a UNIX/HDFS user? Let's say I have a user named "newuser". I tried the following, but apparently I am doing something wrong. % su - newuser
% beeline
beeline> !connect -n newuser -p jdbc:mysql://my.host.com/hive
... View more
03-02-2016
05:04 PM
1 Kudo
@ali hadi additionally http://hortonworks.com/hadoop-tutorial/nlp-sentiment-analysis-retailers-using-hdp-itc-infotech-radar/ http://hortonworks.com/hadoop-tutorial/how-to-refine-and-visualize-sentiment-data/ and a video http://hortonworks.com/use-cases/sentiment-analysis-hadoop-example/
... View more
03-01-2016
07:19 PM
Same issue with Hive action. It is frustrating and inefficient that such a common use case cannot be accommodated.
... View more
02-28-2016
05:23 AM
2 Kudos
Thank you!!! I am happy to join this network for the level of support being provided. It keeps me motivated!!!
... View more
12-02-2016
02:30 PM
3 Kudos
@Saurabh I have resolved this kind of error for multiple customers by following below steps: #Command 1: hadoop fs -put /usr/hdp/current/atlas-server/hook/hive/* hdfs://<NN>/user/oozie/share/lib/lib_<Timestamp>/hive/ #Command 2(Please run below command on Oozie server as 'oozie' user): oozie admin -oozie http://<oozie-server:11000/oozie -sharelibupdate Re-run your Oozie workflow, It should succeed without any issue. Hope this helps! Note - Update Oozie sharelib part is missing in the stackoverflow's answer.
... View more
02-24-2016
09:00 AM
Not really. You mean as a persisted storage layer under hibernate and ejbs correct? Hive wouldn't work well for this since it's not an oltp database. It is a wareshoue.. So that would leave hbase most likely with Apache Phoenix. I Googled it a bit and focused on hibernate because that seems to be the most popular recently and did not find a connector for Phoenix. Doesn't mean it's not possible to write one. Googled a bit more and there is Hibernate OGM for NoSQL stores as well. Unfortunately it currently does not support HBase. http://hibernate.org/ogm/ So the two possibilities would be to write an extension for OGM for HBase or rewrite a connector for Apache Phoenix. I wrote one for Netezza a while back and it should not be terribly difficult, although the Phoenix syntax has some differences to standard SQL ( UPSERT instead of INSERT ... )
... View more
02-22-2016
06:16 PM
1 Kudo
You should be able to see the query in the HiveServer log or a Hive-related UI, like Hive View for Ambari or Hue (there should be a query history). The Resourcemanager does not show the full query, because the job is only named after a partial of the query. Why only a partial? Some queries can be quite large and Job Name is limited in regards to the allowed #characters.
... View more
02-22-2016
12:33 PM
Iif you put this machine in a separate config group and remove referencw to the directories used you can keep the machine up. Removing disk and not replacing will mean your data will be writing to OS filesystem. Also do what Benjamin siggests and increase tolerance.
... View more