Can you post the shading section of your pom please? On 19 Jan 2017 08:01, "Giuliano Caliari" <giuliano.cali...@gmail.com> wrote:
> Hey guys, > > I have tried the shading trick but I can't get it to work. > I followed the documented steps and it builds but when I try to run the > newly built version it fails when trying to connect to the Resource > Manager: > > 2017-01-17 00:42:05,872 INFO org.apache.flink.yarn.YarnClusterDescriptor > - Using values: > 2017-01-17 00:42:05,872 INFO org.apache.flink.yarn.YarnClusterDescriptor > - TaskManager count = 4 > 2017-01-17 00:42:05,873 INFO org.apache.flink.yarn.YarnClusterDescriptor > - JobManager memory = 1024 > 2017-01-17 00:42:05,873 INFO org.apache.flink.yarn.YarnClusterDescriptor > - TaskManager memory = 32768 > 2017-01-17 00:42:05,892 INFO org.apache.hadoop.yarn.client.RMProxy > - Connecting to ResourceManager at /0.0.0.0:8032 > 2017-01-17 00:42:07,023 INFO org.apache.hadoop.ipc.Client > - Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 0 > time(s); > retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, > sleepTime=1000 MILLISECONDS) > 2017-01-17 00:42:08,024 INFO org.apache.hadoop.ipc.Client > - Retrying connect to server: 0.0.0.0/0.0.0.0:8032. Already tried 1 > time(s); > retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, > sleepTime=1000 MILLISECONDS) > > > > > -- > View this message in context: http://apache-flink-user- > mailing-list-archive.2336050.n4.nabble.com/Help-using- > HBase-with-Flink-1-1-4-tp11094p11151.html > Sent from the Apache Flink User Mailing List archive. mailing list archive > at Nabble.com. >