Snyk For talend package - talend

we are trying to scan talend package,
is there any documentation for scanning talend packages through snyk?
thanks
Sundar

Snyk does not officially support Talend, but they do support Java through Maven. If you have those sorts of projects/ files existing, then you can scan them either with the IDE extension, CLI or UI.

Related

Pentaho Data Integration (PDI) 9.4 Marketplace missing, how to install Plugin now?

I've just installed Pentaho Data Integration (PDI) version 9.4 (Community Edtition). I'm following this guide to install the new Plugin. The problem is I don't have "Marketplace" in "Tools -> Marketplace" like the guide said (the Show plugin information isn't the thing I need).
I read on the internet that I can download the Zip file, extract and put it in the Plugin folder. But it doesn't work too (maybe because of the wrong structure). For example, if I want to install this Big-data-plugin from Git Hub, I don't know what to do. My final goal is to have some Plugins to connect Pentaho with HDFS, and Hbase,...
In PDI 9.4 (CE), you can install the big data plugin and marketplace by copying and pasting files from "pdi-ce-<version>-<build>-hadoop-addon.zip" to your PDI's data-integration folder. You can follow the steps to install from here
Turn out you have to download a full version of PDI on this link (1gb zip file)
I accidentally downloaded a separated version which doesn't have big-data-plugin available. After downloading the full version everything is already there, marketplace and big-data-plugin

Using ESQL-Sonar plugin in IIB V10

I am trying to use the Sonar-ESQL plugin in IIB V10 for ESQL code scanning. I downloaded the plugin jar file from the website http://www.sonarplugins.com/esql, then added the jar file in the plugin folder for Eclipse and restarted Eclipse. But I dont see any difference in Eclipse. How do I use that plugin? There are no instructions on that site.
Please suggest something. Thank you very much!
The Sonar-ESQL-Plugin is only a plugin for sonarQube.
For a eclipse integration the plugin needs to support SonarLint, which it does not.
To analyse ESQL code you need to install SonarQube, add the ESQL-plugin to it and run the analysis using maven or SonarQube Scanner: https://docs.sonarqube.org/display/SCAN/Analyzing+Source+Code
BTW: The website you used to download the plugin, doesn't provide the latest version. Try to download it for github: https://github.com/EXXETA/sonar-esql-plugin

how to install hive plugin in eclipse kepler version?

I am trying to install hive plugin in kepler version of eclipse, but i am unable to find necessary hive plugins to do so. what is the best way to resolve this?
I think Hive is no longer available in eclipse market place. However you may go through the following link to configure Hive. Note that you may have to download the necessary jar files for Hive.
Connecting Eclipse To Hive

Error when importing Grinder to Eclipse: No marketplace entries found to handle clojure-maven-plugin

I want to import the Grinder(java load testing tool)into eclipse as a new project.
These are my environment:
Win7 64bit
JDK 1.6 32bit
eclipse-java-luna-SR2-win32
These are my steps:
Eclipse--import from git uri ,I used the git link that provided by official
Eclipse--File--Import--Maven--Existing Maven Projects,I use the directory which contain the source files that just downloaded by git
Then Eclipse started to build and handle the dependency,when the process is over,Eclipse gave the error info:
” No marketplace entries found to handle clojure-maven-plugin:1.3.15”
I don’t modify the pom file ,and use the default maven plugin of Eclipse:m2e.I don’t install the maven and other library.
I try to delete “C:\Users\g.m2\repository”,and redo these steps ,however,it doesn't work.
Plz help me,thanks!
Not sure what is the purpose. Are you planning to develop/enhance the grinder tool. If yes, then probably you should connect to its developers in the grinder site.
And if you are planning to use the tool and trying to configure eclipse for the scripting purpose, your should try Grinderstone. Note that it is outdated and works only with the specific version of software. Otherway, you can use pydev in the eclispe for scripting but you can't run there.
Hope it helps..

Build and modify hadoop 2.5.0 source code using eclipse

I'm trying to build and modify hadoop 2.5.0 source code using eclipse.
I've followed all instructions in this tutorial
http://blog.cloudera.com/blog/2013/05/how-to-configure-eclipse-for-hadoop-contributions/
and this one too http://wiki.apache.org/hadoop/HowToContribute.
But still I don't understand, how to build and test my modification directly from eclipse?
or if there is no way to do that, what is the best way to achive my goal to modify, build, and run my own modified version of hadoop?
Note:
*I've already successfully build hadoop using maven via ubuntu terminal previously, and run the package successfully also.
*I'm new in java, eclipse, and hadoop development
Thanks.