I have implemented a .Net console application which pulls the data from databricks Applications .
I have installed SIMBA ODBC drivers in my local and was able to connect to databricks cluster from my local .net application.
Now I want to host my .net application in AZURE PAAS .So how do I install SIMBA ODBC drivers in AZURE PAAS ?
Please let me know . Thanks in advance !
As that resembles you are connecting to Hive using .Net Application.
You can use data bricks REST API.
https://docs.databricks.com/dev-tools/api/latest/index.html
(OR)
You can use the docker Image Container by adding Docker to your application and run the docker file. so that the dependency drivers & Application gets installed & form an image container. The Image needs to be registered in the Azure container instance & link the container instance to Azure App Service.
Related
Looking to run what we are currently running on Azure Cloud Services worker instance on a standalone Windows Server Virtual Machine.
Due to autoscaling limitations with Cloud Services (specifically around instance protection), we are looking to replicate the setup in this other fashion.
Is this possible?
What would it require?
Not sure what pre-reqs may be needed to recreate the Cloud Services Windows instance.
Obviously have all of the resources needed to create the CSPKG & CSCFG files, but cannot figure out how they are processed and deployed on the Cloud Services Worker instance.
Thank you!
I have created a Neo4j VM Enterprise 4.0 on Azure.
On this VM I called call dbms.procedures. I saw that Graph Data Science (GDS) is not installed on this VM when this VM was created on Azure. Usually I work with Neo4j Desktop and I just had to click on install button.
With a Neo4j VM in Azure I don't know how to install GDS.
What can I do ?
The instructions for installing APOC are here.
I need to connect to the hive Database using .Net Core so I'm using ODBC Simba driver to perform operations with Hive Data connections. Now the problem I'm facing is I need to install the ODBC driver in Azure App Service (we cannot install custom drivers in Azure App Service) so I'm using docker to image it up and deploy the Docker Image.
If so how can I Install ODBC Simba Driver in docker!
Let me know any possibility. Whether my approach is right?
--Thanks
There is https://github.com/Azure/Azurite as the official emulator from Microsoft is windows platform only.
I have azurite running in a docker container, however I cannot see any properties in the azure storage starter to override the service it connects to.
Does anyone have a work around?
I'm trying to play with Hadoop on Azure using HDInsight, but am a bit confused on how to run a Hadoop job on my newly created cluster. So far I've created an HDInsight cluster and attached a Storage Account to it. I also have the azure-cli installed on my local OS X box.
There's an Azure tutorial on launching Hadoop jobs, but it uses PowerShell, which I don't think is available via the Azure cross-platform CLI.
Aside form starting up a Windows VirtualBox, can a job get created via the Azure Web UI (e.g. like Amazon EMR provides) or via some other command line arguments that would be compatible with OS X?
Thanks
Login using Remote Desktop Protocol into the head node of the cluster and use CLI tools there.
Or submit jobs using WebHCatalog REST APIs (e.g. using curl).
HDInsight currently has XPlat CLI tools for cluster provisioning. Job submission XPlat CLI tools will be available later.