Member since
07-12-2016
17
Posts
4
Kudos Received
0
Solutions
06-12-2018
04:11 PM
As par phoenix documentation on UPDATE_CACHE_FREQUENCY : "A millisecond value indicates how long the client will hold on to its cached version of the metadata before checking back with the server for updates"
http://phoenix.apache.org/language/index.html#options So,. i set the value by following command(and i restarted client application as well): Alter table <TABLE_NAME> set UPDATE_CACHE_FREQUENCY=300000; But it does not seems to be working(client is not updating cache). Because i sent the request to client app (for this table's data) after 15 minutes and got same 'Cache Expired' message, rather cache should have been updated automatically every 5 minutes and it shouldn't have been updated in client query thread. Please update if my understanding is incorrect or something is missing
... View more
04-19-2018
12:43 PM
@Dhiraj Sardana If information helped you, Could you please accept answer?
... View more
11-22-2016
02:00 AM
1 Kudo
I received the following from engineering: Storm-JMS code was internal only. It recently got into Apache after we released HDP-2.5. In the future releases we will be including the storm-jms from apache. For now , customers can use the storm-jms from 2.3 release line. We are trying to keep all code exactly same as apache. So any apache connector will be in our release as well.
... View more