Member since
02-04-2016
189
Posts
70
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3793 | 07-12-2018 01:58 PM | |
7936 | 03-08-2018 10:44 AM | |
3813 | 06-24-2017 11:18 AM | |
23376 | 02-10-2017 04:54 PM | |
2316 | 01-19-2017 01:41 PM |
07-11-2017
03:46 PM
3 Kudos
@Zack Riesland
As far as I know there is no such config property. You may have to write additional lines in your hive script to view the values/redirect them to a separate file. You can view the value using select ${hiveconf.my_variable}; To see values of all the variables you may use set -v
... View more
12-30-2017
09:27 PM
Which files did you end up using? I looked here http://repo.hortonworks.com/content/repositories/releases/org/apache/hive/hive-jdbc/ and there are tons of them.
... View more
06-29-2017
11:24 AM
Right. I didn't mean to imply a relationship between Druid and Slider. Just meant: "Also want to understand how to assign processes to servers during installation of Druid." Thanks!
... View more
05-02-2017
06:24 PM
One note: The example linked lists "tag":"version14534007568115" in the JSON sent to Ambari. Through trial-and-error, it looks like this must include a valid timestamp AFTER the most recent change to the queue configs, otherwise the command fails with a huge stack trace that isn't clear.
... View more
06-21-2017
04:28 PM
Is there a way to do this on a per-server basis? I have some edge nodes where restarting services doesn't seem to work and I get this error....
... View more
06-14-2018
10:46 AM
I'm sorry, @shaleen somani - this was over a year ago and I don't remember the details any more. My guess is that our primary and secondary name nodes had failed over for some reason. I've found that when this happens, things continue to "work", but not quite right and it can be hard to pin down. You can use the hdfs haadmin utility to check the status. Good luck!
... View more
02-10-2017
04:54 PM
2 Kudos
Found it on another thread: https://community.hortonworks.com/questions/69533/convert-unix-timestamp-to-timestamp-format.html select from_unixtime(cast(time/1000 as bigint)) from table_1;
... View more
01-19-2017
01:41 PM
Ah! I see that there are 2 "archive" properties in the nifi.properties file: nifi.flow.configuration.archive.enabled nifi.content.repository.archive.enabled I was setting the former, but I need to set the latter.
... View more
01-19-2017
01:51 PM
1 Kudo
We were ultimately able to get everything back in shape, but it wasn't pretty. Too many steps to detail here.
... View more