Can we run Confluent JDBC Kafka connector in Windows Operating system? - jdbc

we are planning to install and run Confluent's JDBC connector in the Windows Operating System(without Docker and Cygwin with curl installed).
I found a couple of posts saying, we need some "pre-requisite" and
"Confluent Platform is not supported on Windows OS".
is this still the same with Confluent Platform 5.0 version as well?
What is the best way to run Confluent's JDBC connector in Windows OS?

Confluent Platform is not supported on Windows. Your best way to run it is under Docker. If you're using Docker, you can easily deploy the JDBC connector on Windows.
But, technically kafka-connect-jdbc is just a JAR plugin to Kafka Connect, which is part of Apache Kafka - so give it a go and report back if it works ;)

Related

Install KSQLDB on windows 10

As part of my end of study project, I will do a big data streaming project I will use apache kafka native and now I will use KSQL
my question is the following :
is there a way to install ksql without going through confluent platform or docker i meani want install ksql directly on windows 10
You can install it directly in WSL2, yes, via the tarball method if you don't want rest of Confluent Platform dependencies
Otherwise, you need to build the source code and run it since there are no standalone Windows executables for it

How do I upgrade the jre of websphere server stub?

I'm trying to connect to a remote server websphere server from my mac. I am using the websphere traditional v8.5 stub. I am able to connect to the server (my remote server is using java 8) but I am having some issues when compiling and running my code. I am getting an error saying project facet java 1.8 is not supported by WAS 8.5. I can see when I set my project facets to java 1.8 no runtimes are available. I attached the image of my project facets. I know where it says runtime compositions I need to get that up to java 1.8 instead of 1.7. I know how to do this on windows but I cannot find any info on how to do it using mac with the remote server stubs. Thanks in advance for any helpenter link description here
enter image description here
You might need to update your IDE. Java 8 wasn't supported until 8.5.5.9.

How to put message to IBM MQ version 8 using console (LINUX)?

Currently evaluating IBM MQ version 8, and trying to put message using console. I understand that in version 7.5 there is this command called amqsput & amqsget, however I can't found this command in version 8. Is there any equivalent command in version 8? Or do I need to use the MQExplorer for this?
There are many sample programs provided by IBM for this purpose. To obtain them for Linux, install the MQSeriesSamples RPM as described in Installing IBM MQ server on Linux.
After installation, the amqsput command will be available in /opt/mqm/samp/bin if the default install location is used.
https://github.com/ibm-messaging/mq-q-qload
Here are forks of useful MQ utilities Q and QLOAD (MA01 and MO03), they are unfortunately no longer supported by IBM.
The project is ready to build for most platforms.
If you are dealing with JMS messages (and not "plain" MQ messages), you can use a tool like JMSToolBox on sourceforge to post/browse/get etc messages

How to install apache Storm on windows 7

Can anyone tell me that how can i install apache storm on windows 7 ?
I am new to big data so need a little help.
Please explain what does not work. Storm is Java + Python so setting up on Windows should not be a problem. Zookeeper run on Windows just fine. There are many Vagrant / Docker implementations that will work as well. So what problem are you trying to resolve?
BTW, if you are trying to set it up for development, you dont need a cluster. You can run it with local cluster settings. (check storm documentation)
The general steps are:
Download Zookeeper
Untar and configure single node cluster
Download Storm
Follow Storm documentation and configure Nimbus/Supervisor settings
Follow Storm documentation to start Nimbus, Supervisor, Storm UI and Log Viewer.
Make sure you read documentation of 0.10.0 and 1.0.x These releases are not compatible and some of the libs you may want to use will not work with the new Storm release.

Installing Oracle database in docker container

I am trying to install Oracle database software in RHEL7 Docker container.
Is such configuration supported?
I do not find any useful guide to do same.
It's possible, but as RDBMS is not yet tested or certified with Docker, there are no official resources available yet. Also, it's unlikely that you'd get full support for RDBMS within a container (either Docker or generic LXC) at this stage either.
This guide should work:
http://blog.grid-it.nl/index.php/2014/05/16/installing-oracle-xe-in-a-docker-image/

Resources