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.
Asked
Active
Viewed 96 times
0
-
could you elaborate a bit more on the type of plugin you are customizing? Accorind to the documentation you have some types to choose from, [here](https://docs.cdap.io/cdap/current/en/developer-manual/pipelines/developing-plugins/plugin-basics.html#plugin-types). – Alexandre Moraes Feb 25 '20 at 12:47
-
@AlexandreMoraes, I cloned HTTP plugin from data-integrations/http repo and i ran mvn clean install -DskipTests. The size of the JAR is 44.65 MB. I am using windows machine – code tutorial Mar 04 '20 at 17:59
-
have you checked your network connection? Also, can you try to install your plugin using Rest API call ? You can read more about it [here](https://cloud.google.com/data-fusion/docs/reference/rest). – Alexandre Moraes Mar 06 '20 at 12:02
1 Answers
0
Whats the size of plugin jar you are trying to upload? Also what is the version of CDF you are using?

Sagar Kapare
- 196
- 4
-
I cloned HTTP plugin from data-integrations/http repo and i ran mvn clean install -DskipTests. The size of the JAR is 44.65 MB. I am using windows machine. – code tutorial Mar 02 '20 at 18:00