Member since
11-05-2014
13
Posts
2
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
14547 | 01-26-2015 06:00 AM | |
1569 | 01-23-2015 06:19 AM | |
5082 | 01-21-2015 02:26 AM | |
1581 | 01-20-2015 03:49 AM |
02-04-2021
09:34 PM
Hi @Crisj0615, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
01-06-2017
11:51 AM
Take a look at the preferred leader election tool: https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools This assumes that the desired leaders are listed first in the partition list. If 30 is listed first, it will still be the leader for all those partitions. -pd
... View more
01-04-2017
02:49 AM
I would go directly.
... View more
06-05-2015
09:33 AM
Thank you mkempanna. Performance will depend on which SQL queries you run through the Linked Server. For example, complex queries are typically faster when pushed down to the database using OPENQUERY. If you just select * from the table, both syntaxes will perform similarly.
... View more
01-23-2015
06:19 AM
Hi, Alina Seconds are taken into unix times, not miliseconds. So, select unix_timestamp('2014-10-07 00:00:00.999','yyyy-MM-dd HH:mm:ss.SSS') = unix_timestamp('2014-10-07 00:00:00.100','yyyy-MM-dd HH:mm:ss.SSS') Result: True You can check it here http://www.onlineconversion.com/unix_time.htm FYI http://en.wikipedia.org/wiki/Unix_time
... View more
01-21-2015
02:26 AM
1 Kudo
I guess you mean Impala. Impala: select unix_timestamp() result: 1 Hive: select unix_timestamp() result: 1421835925
... View more
01-20-2015
03:49 AM
1 Kudo
Hi Alina, 1. Impala does not use Map&Reduce engine. You can see queries on debug page: http://node:25000/queries
... View more