Unable to create new notebook when Interpreter is created through Zeppelin API? - apache-zeppelin

Use case: When we create new interpreter through Zeppelin API we are unable to create new notebook. Instead it's creating some garbage notebooks.
enter image description here
Only after restarting Zeppelin service we are able to create new notebook and work on it.
Can someone help me to resolve above issue without restarting Zeppelin service?
Thanks in advance

Related

unable to connect cloud sql from app engine

I am new to GCP. I created a cloud-SQL instance (PostgreSQL 14) and tried to connect to it from the app engine.
I am using the following code on github.
https://github.com/GoogleCloudPlatform/python-docs-samples/tree/9d4343d0845d6e20e0b08d1242c38aaaf0d9c075/appengine/standard_python3/cloudsql
main_postgres.py-> as my main file
I updated the connection information in the app.yaml file according to the instance and database I created. I did not make any other changes to the main_postgres.py file.
I deployed app engine in the directory with main_postgres.py
After deploying when I go to the link it says :
I am not able to figure out where I am going wrong. any help is appreciated. thanks!
I managed to replicate the github link you provided. I solved it by renaming the main_postgres.py file to main.py. Here's the screenshot of the output link:
This issue dont seems related to DB but your application configuration.
check errors by running this in cloud shell when you hit appengine url.
gcloud app logs tail

Update vespa application without removing existing data

I want to update my vespa application on docker. I have added some new documents and also change and add some fields in existing documents.Also added java components in updated build. Now I want to deploy updated app on server without removing the existing data from vespa.How can I do this? Can you please help me?
Please refer to https://docs.vespa.ai/documentation/cloudconfig/application-packages.html - use deploy to deploy an updated application package. You can do this on a running instance - if there is a need for restart or re-feed, the deploy command will output this

How to add app config file while create setup project in Windows C#

I'm working on the windows application. Setup project has been created successfully. But i need to change the database connection while installing the set up. Kindly help ho to proceed further. Thanks.

How to deploy zeppelin application to the server?

I have a zeppelin application running on my local host.I want to deploy it to server. As I am a beginner I don't know the procedure to deploy. If any one have deployed zeppelin to server can you please describe the procedure for it ?
I have checked online source and official tutorial but I am not able to get the steps for its deployment.
What do you mean by application? Are you just talking about a notebook you created? If so you can simply export the notebook (from the menu in the notebook itself) and import it into the server instance (using import notebook from the splash screen) if it is a vanilla instance.
You will have to make sure the correct interpreter is available and set.
Unless there is something special about the local instance you have deployed, it would be easiest to just deploy it separately to the server using something like Docker.
https://zeppelin.apache.org/docs/0.7.3/install/docker.html
Perhaps you can clarify what it is you are trying to do.

connection between postgresql db and application(jsf+hibernate) running on cloudfoundry

The application(JSF+hibernate) is been deployed using the vmc commands as on the cloudfoundry site. able to see the welcome page. postgreSQl service is binded with the application but the application is not able to connect with the database.
And also viewed about the VCAP_SERVICES using java but dont know much about it rather how to create it.
Cloud Foundry uses auto-reconfiguration if you have one service (either MySQL or Postgres) bind to your application. That means you don't need to touch your code at all!
Please review the following article on our docs site:
http://docs.cloudfoundry.com/frameworks/java/spring/spring.html#using-cloud-foundry-services-in-spring-applications
If you still have issues, go ahead and upload a war file of your app and we can take a look.

Resources