EKS 1.11 and HPA - amazon-eks

Now EKS supports two kubernetes version 1.10 and 1.11.
1.10 starts to support HPA since platform version eks.2.
1.11 is new, now only has eks.1, I cannot find any reference if HPA is supported now. Does anyone know if it HPA is supported or have tried using HPA with 1.11?

Yes, HPA is supported for 1.11 and I have been using it for a while using the tutorial here.

Related

Compatibility Issues between Tableau 10.3 and Cloudera Hive 2.0

We are upgrading Our Cloudera Hive from 1.3 to 2.0, Could you please let us know, if there is known issues related to this, i did a search in Tableau and Cloudera Community, but i didn't found any issues.
Unless there is something on the Known Issues page then in general there should be no problems.
If you are concerned, then I would strongly suggest upgrading a test database instance from 1.3 to 2.0, and then confirming your exact 10.3 version of Tableau can connect to this new version without any issues. If any issues are experienced, then please contact Tableau Technical Support and they will assist you with next steps.

Is it possible to get TLSv 1.1 to work with Coldfusion 6.1

We have a legacy system that runs on Coldfusion 6.1 with JVM 1.6.0 build 24. It appears that TLSv 1.1 was added in build 111. Is it possible to get Coldfusion 6.1 to work with that build (or higher) and what would I have to do?
TLS 1.1 is only supported in Java 1.8 on CF10 (Oddly 1.7 and above in CF11)
I dont think CF 6.1 will work properly on higher versions of JDK. You may want to try to upgrade it to 1.8 to see if that helps.
See this Adobe Blog as a starting guide to updating your Java: http://blogs.coldfusion.com/post.cfm/how-to-change-upgrade-jdk-version-of-coldfusion-server
Also see this: http://www.coldfusionmuse.com/index.cfm/2014/12/8/colfusion-jvm-versions-sslv3-tls

Which Phoenix version should I use with HBase in Cloudera 5.5 and Hortonworks 2.4?

Is there a single version of phoenix that is compatible with HBase provided in both Cloudera 5.5 and Hortonworks 2.4?
Hortonworks provides custom fixes and "backports" to their version of Phoenix in their HDP distribution. Cloudera may do the same as well.
I am assuming that you are asking about a client version that is compatible with both server versions.
Are you using the "thin" client jars? Do you find that your application does not work for one distribution or the other (dependent on which version jars you have)? Your application may work for both distributions if you use the non-thin jars.
If you would like to continue using the thin client, you may have to set phoenix.queryserver.serialization to JSON. HDP 2.3.4+ use PROTOBUF by default whereas CDH does not currently support PROTOBUF.
If you are asking about manually installing a version of the Phoenix server that can be installed on both distributions, both use HBase 1.1.x. Any Phoenix version 4.4+ can be used on either distribution. But I recommend using the version that is distributed with the platform.
A Phoenix 4.5.2 package for CDH 5.5.x is available via Cloudera Labs:
http://blog.cloudera.com/blog/2015/11/new-apache-phoenix-4-5-2-package-from-cloudera-labs/
Note however that Cloudera Labs packages are for dev/test only (not supported by Cloudera).

Upgrading Hive to allow Update/Delete Transactions within Ambari

I have created a Hadoop Cluster with Ambari 2.1 including Hive. I would like to be able to do Update and Delete queries within Hive, but it looks like I currently have version 0.12.0.2.0 of Hive. I would like to upgrade to 0.13 or 0.14 to enable these transactions, but I am not sure how to do that with an existing installation of Ambari. Any help would be appreciated.
I think you could follow the HDP docs from hortonworks website
Manual Upgrade of HDP
Upgrading Stack - Ambari
Performing upgrade - Hortonworks
Hope this is helpful.
P.S: Upgrades/ Inserts are not supported in 0.13. You will have to have 0.14 or later for the same.

API Manager Upgrade 1.5 to 1.6

Is it correct that the DB-scripts in $WSO2_AM_HOME/dbscripts, only contains migration scripts until version 1.5?
Can we assume that WSO2-AM 1.6 db-repository is the same as version 1.5?
You need to upgrade the databases when migrating from APIM 1.5 ->1.6. You can find the migration scripts and the readme file from [1].
Seems,the relevant scripts has not been included to APIM 1.6.0 packs and created [2] to track this.
[1] https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/apimgt/1.6.0/modules/distribution/resources/migration-1.5.0_to_1.6.0/
[2] https://wso2.org/jira/browse/APIMANAGER-1969
Thanks;
/Lalaji