GCP Datafusion upload custom plugin is too slow - google-cloud-data-fusion

Currently I am using basic edition of datafusion and i wanted to upload a custom plugin. It is too slow to upload the jar and json. Taking around 10 minutes of time to upload the plugin and entire browser is getting hanged.
Did anyone faced this issue before and how are you able to deal with it.

Whats the size of plugin jar you are trying to upload? Also what is the version of CDF you are using?

Related

Why is my Google Cloud Platform for Eclipse resulting in Error Not Found?

I upgraded Eclipse and moved to Google Cloud Platform for Eclipse for my existing Standard App Engine project. I also moved to Java 8.
Now, when I deploy my app, the size shown in the console is only 7.1mb vs. 220mb prior to the upgrade. And when I try to go to the app after deployment I get an Error: Not Found message.
Is there something in the setup for my new configuration that would be causing this?
Your question is indeed somewhat broad; you'll need to provide all necessary detail. A correspondingly general information page might help here, though, namely Eclipse "How-to Guides".
Have you adapted and re-written your app for Java 8? If so, in which way? Have you edited your app.yaml configuration file accordingly?
Cloud Tools for Eclipse writes out the app-to-be-deployed to a directory in your workspace called <workspace>/.metadata/.plugins/com.google.cloud.tools.eclipse.appengine.deploy/tmp/<timestamp>/staging-work/exploded-war, where <timestamp> is the time of the last two deploys. Look at the exploded-war directory and see what files are missing. You may then get a better sense of what needs to be remediated.

Unable to download Jess rules engine trial version

Hi I need to try out Jess rules engine, but I can't download the distribution of this. I can't even access the URL as it keeps loading. Anyone found a proper link where I can download this?

tinyMCE upload image to cloud instead of server

I am using tinyMCE 4.x latest version and it has Moxie Manager integrated, but it uploads my image files directly on server. I need to avoid that because my website is hosted at AppFog where is not possible to store information because it's PaaS. Can anyone tell me is it possible to redirect the image upload to cloud service or other storage method capable with AppFog or maybe Heroku, because I found that Moxie Manager wants 700Euro to give me plugin for image upload to Amazon S3, but 700Euro is impossible to pay. I will be very thankful for other plugins that can be integrated to tinyMCE its not necessary to use Moxie Manager ( it looks great but this price... )

GPE won't update Drive API v2 past 1.12.0-beta

I recently started using the Drive API in my Android project, but it wasn't long before I ran into this issue:
Google Drive InputStreamContent requires length to be set
Basically, I'd like to compress files on the fly, which wasn't possible since the API required a preset length. The issue is supposedly fixed in the 1.13.0 release according to this issue:
https://code.google.com/p/google-api-java-client/issues/detail?id=591
However, the GPE won't update my Drive API to this version. Is this expected behaviour, and if it is, how can I manually update to 1.13.0 so I can start using Drive?
Thanks,
Quint.
Issue resolved, the Drive API can now be updated past 1.13 through the Google Plugin.

How to install Facebook Ignited in a codeigniter app?

Trying to install https://github.com/Necromnius/Facebook-Ignited/ into codeigniter.
I'm new to the framework, how should I go about installing this, copying the files into
my project seems a bit heavy handed, is there another way?
Unless your installing a Spark (http://getsparks.org/), you'll need to manually copy the files into your project. The instructions for installation don't list the created/modified files so you'll have to browse through the repository to see which files need to be copied to your project.
Facebook Ignited has minimum package downloads which include only the files that you need to upgrade Facebook Ignited. You can find them in the Downloads Page with the latest version v1.1.2. I haven't created a Spark for it but that may be something worth looking into later on if interest is high enough. Hope that helps!