Greenplum ODBC driver installation on windows dockerfile - windows

I want to install the Greenplum ODBC driver on the windows cluster through a docker file.
I would need help in understanding how it's performed on the windows cluster.

Related

How to install Confluent Hub Client in Windows?

How to install Confluent Hub Client in Windows?
I'm not sure you can. The TARGZ package contains a Unix script, not a windows one.
That being said, you can still use WSL, Docker, Cygwin, a VM, etc. Then run Kafka Connect from there.

How to install Universal Oracle Installer on Ubuntu?

I can't run Oracle Universal Installer to get tnsping.
I downloaded ouiosp220160.jar.
This jar cannot be launched using java -jar, so I unpacked it as described on Oracle site, but there description for Solaris and Windows, I unpacked it and there is folder for Solaris which contains executable that I can't launch.
I used this article when did installation:
Installing Oracle 11g R2 Express Edition on Ubuntu 64-bit
it was some manual changes in settings that we had to make, so just go step-by-step through the page
one more page
HOWTO install Oracle 11g on Ubuntu Linux 12.04

Installation process for Hive on windows 7?

suggest me the best installation process for hive on windows 7. I have downloaded hadoop and hive from apache but couldn't install them.

Installing Cloudera CDH5 using cloudera manager in ubuntu 12.04 LTS

I am trying to install CDH5 using Cloudera Manager in Ubuntu 12.04 LTS (64bit). I was following the steps mentioned in the Cloudera link. I was not able to specify the correct host name for installing the CDH5. I dont have any other entries except for 127.0.0.1 & 127.0.1.1 in the /etc/hosts file.
I am using USB dongle for accessing internet and I dont have any ethernet connection right now. Please let me know whether I need to have an ethernet connection to install CDH5 in my PC.
P.S. I am currently working as a mainframe developer and do not have any linux or open source background. I spent almost 40 hours of time trying to install the CDH5 in my machine so that I can work on the exercises in the Udacity's Introduction to Hadoop Course.My PC runs on a Intel Dual core processor which doesn't support the virtualisation to use VMWARE. Hence I got no other options but to install CDH5 in a dual boot partition of ubuntu. Kindly guide me proceeding further.
if you are using Windows-7 64-bit, then get VMWare Player installed.
get centOS-6.3 32-bit vmware-image. It will be able to run on your 64-bit Windows.
And from cloudera site, download a cdh5.repo file. Install CDH5 from that repos file...its very simple.

Cassandra as a Windows Service

I just installed Apache Casandra 1.2.1 on Windows Server 2012 (It's a VM). I double clicked cassandra.bat and it worked without an error.
How can I run Cassandra.bat as a Windows Service, so I can sign out from cumputer?
cassandra.bat file also helps you to run Cassandra as a Windows Service. You just need Commons Daemon Service Runner Windows binaries.
You will need to create a folder named daemon under the bin directory and extract the correct version (32/64 bit) of prunsrv.exe to this directory (bin\daemon).
Run command prompt and change directory to the bin. Type;
cassandra.bat install
Then run services.msc command to see cassandra(yes, lowercased) as a Windows Service.
You can also download
Datastax Community Edition
or
Cassandrows
which easily install, configure and run Apache Cassandra as a Windows Service.

Resources