Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3933 | 08-20-2018 08:26 PM | |
1814 | 08-15-2018 01:59 PM | |
2280 | 08-13-2018 02:20 PM | |
3964 | 07-23-2018 04:37 PM | |
4863 | 07-19-2018 12:52 PM |
03-15-2016
02:15 AM
@Shivaji Lucid works is recommending separate install. I agree it can be done via install instance. However, I need to understand if ambari can manage seperate zookeeper instances
... View more
03-15-2016
02:11 AM
2 Kudos
@Amit Sharma The user you are trying to access the directory with is root and it does not have permission. Either provide root access to /user/root/ or change to user hdfs via su - hdfs. Current /user/root/ is owned by hdfs according to your log.
... View more
03-15-2016
02:06 AM
@vpoornalingam @Sagar Shimpi I am getting two conflicting responses in this post. So I am asking again. Through ambari can I maintain two separate instances of zookeeper?
... View more
03-14-2016
06:51 PM
@Neeraj Sabharwal I am not sure I completely follow. The sql is being run from phoenix command line. Being so isn't the client should it use epoch? If not how to validate?
... View more
03-14-2016
06:14 PM
1 Kudo
@Neeraj Sabharwal The bug is for hive. I am experiencing this issue with phoenix.
... View more
03-14-2016
04:15 PM
2 Kudos
Does ambari allow multipule instances of zookeeper? I need two instances of zookeeper. One for all services except Solr and other for solr. Is this possible through ambari?
... View more
Labels:
- Labels:
-
Apache Ambari
03-14-2016
04:03 PM
1 Kudo
What are the risk of setting hive.server2.enable.doAs = true ? I have read this but I don't under the full implications of setting to false from a security perspective. Setting to false seems hive user must have access to all files and folders. This is not doable for many use cases (from security perspective).
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Ranger
03-14-2016
03:05 PM
2 Kudos
I have timestamp : 2011-08-28 20:03:01.554797 The last 3 digit fall off when I use timestamp or timestamp (26). I only see the value in whole when I use char(26) but that does not help me. Here are my results: timestamp --> 2011-08-28 20:03:01.554 timestamp (26) --> 2011-08-28 20:03:01.554 char(26) --> 2011-08-28 20:03:01.554797
... View more
Labels:
- Labels:
-
Apache Phoenix
03-14-2016
02:31 PM
@Neeraj Sabharwal Yes.
... View more
03-14-2016
04:54 AM
3 Kudos
HDP 2.4 SparkSql on zeppelin aggregate functions are not working. I do a select * from table and it works. However when I do select count(*) from table or any another aggregate function (sum, etc) it fails. I am using Zeppelin version zeppelin-server-0.6.0.2.4.0.0-169.jar
... View more
Labels: