-
Informatica router transformation-Issue
I am facing a weird problem with router transformation in Informatica. I am using it in my mapping where I check for a particular port's value and based on the condition, I route it to appropriate flow. While I debug, I see the value of the variable as expected, but the row is identified as "filtered" in the debugger. I…
-
how to read an ORC file in scala without hadoop ecosystem
I have snappy.orc formatted data in a S3 bucket that i need to read into a scala application. I don't use non of the hadoop ecosystem components. is there any way to read the file into the app without using hadoop? I am using windows 10, JDK 1.8, scala-version 2.12.8
-
How to provision a Hadoop ecosystem cluster with OpenShift?
We are searching a viable way for provisioning a Hadoop ecosystem cluster with OpenShift (based on Docker). We look to build up a cluster using the services of the Hadoop ecosystem, i.e. HDFS, YARN, Spark, Hive, HBase, ZooKeeper etc. My team has been using Hortonworks HDP for on-premise hardware but will now switch into an…
-
How to set up IAM Roles Anywhere with your own CA (using openssl) and CDK
I struggled setting up IAM Roles anywhere with a CA generated with OpenSSL and also deploy it with CDK (or Cloudformation) Question: How to do it?
-
Using Selenium on CyberArk
Currently I'm using CyberArk to gain access to a web browser dashboard (IBM Sterling) which shows the files that has been received from ftp, it will validate the file and display in the dashboard if the file is received and validate successfully or fail to validate based on file name prefix. My test currently is to use…