Hi All,
From 1.9 version there is no flink-shaded-hadoop2 dependency. To use Hadoop APIS like IntWritable , LongWritable. What are the dependencies we need to add to use these APIs. I tried searching in google. Not able to understand the solution. Please guide me. Thanks in Advance. Dinesh. |
We still offer a flink-shaded-hadoop-2
artifact that you can find on the download page:
https://flink.apache.org/downloads.html#additional-components
In 1.9 we changed the artifact name.
Note that we will not release newer
versions of this dependency.
As for providing Hadoop class, there is
some guidance in the documentation.
If this does not work fr your, and you
want to put the required dependencies into the lib/ directory,
then you will have to look through your dependency tree to
determine which Hadoop dependencies are required.
The Flink hadoop-compatibility
dependency requires hadoop-common and
hadoop-mapreduce-client-core, and whatever transitive dependencies
these have.
On 06/08/2020 13:08, C DINESH wrote:
|
Thanks for the response Chesnay, i will try to understand it. If I have doubts I will get back. Thanks & Regards, Dinesh. On Thu, Aug 6, 2020 at 5:11 PM Chesnay Schepler <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |