Hi,
When I ran mvn checkstyle:checkstyle with the latest master branch. I see the following failure: [ERROR] Failed to execute goal on project flink-hbase: Could not resolve dependencies for project org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar Looks like some system dependencies mentioned in some hbase pom. any idea? Note: I am running this on Mac. Thanks, Lokesh |
Hi Lokesh,
can you try this fix? http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram <[hidden email]> wrote: > Hi, > > When I ran mvn checkstyle:checkstyle with the latest master branch. I see > the following failure: > > [ERROR] Failed to execute goal on project flink-hbase: Could not resolve > dependencies for project org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: > Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path > > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar > > Looks like some system dependencies mentioned in some hbase pom. any idea? > > Note: I am running this on Mac. > > Thanks, > Lokesh > |
Actually it is really important that you are using a Mac, it look like:
Spark had the same issue with hbase annotations. [1] I have added a JIRA for Flink, should be easy as Spark had a PR for it. [2, 3] [1] https://issues.apache.org/jira/browse/SPARK-4455 [2] https://issues.apache.org/jira/browse/FLINK-2153 [3] https://github.com/apache/spark/pull/3286/files Best, Marton On Wed, Jun 3, 2015 at 4:40 PM, Robert Metzger <[hidden email]> wrote: > Hi Lokesh, > > can you try this fix? > > http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html > > On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram <[hidden email]> > wrote: > > > Hi, > > > > When I ran mvn checkstyle:checkstyle with the latest master branch. I see > > the following failure: > > > > [ERROR] Failed to execute goal on project flink-hbase: Could not resolve > > dependencies for project org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: > > Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path > > > > > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar > > > > Looks like some system dependencies mentioned in some hbase pom. any > idea? > > > > Note: I am running this on Mac. > > > > Thanks, > > Lokesh > > > |
In reply to this post by Robert Metzger
Thanks Robert. It works with the recommended changes.
On Wed, Jun 3, 2015 at 7:40 AM, Robert Metzger <[hidden email]> wrote: > Hi Lokesh, > > can you try this fix? > > http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html > > On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram <[hidden email]> > wrote: > > > Hi, > > > > When I ran mvn checkstyle:checkstyle with the latest master branch. I see > > the following failure: > > > > [ERROR] Failed to execute goal on project flink-hbase: Could not resolve > > dependencies for project org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: > > Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path > > > > > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar > > > > Looks like some system dependencies mentioned in some hbase pom. any > idea? > > > > Note: I am running this on Mac. > > > > Thanks, > > Lokesh > > > |
In reply to this post by Márton Balassi
Hello Marton,
Nice find. can I work on this JIRA? Thanks, Lokesh On Wed, Jun 3, 2015 at 7:48 AM, Márton Balassi <[hidden email]> wrote: > Actually it is really important that you are using a Mac, it look like: > > Spark had the same issue with hbase annotations. [1] > I have added a JIRA for Flink, should be easy as Spark had a PR for it. [2, > 3] > > [1] https://issues.apache.org/jira/browse/SPARK-4455 > [2] https://issues.apache.org/jira/browse/FLINK-2153 > [3] https://github.com/apache/spark/pull/3286/files > > Best, > > Marton > > On Wed, Jun 3, 2015 at 4:40 PM, Robert Metzger <[hidden email]> > wrote: > > > Hi Lokesh, > > > > can you try this fix? > > > > > http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html > > > > On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram <[hidden email] > > > > wrote: > > > > > Hi, > > > > > > When I ran mvn checkstyle:checkstyle with the latest master branch. I > see > > > the following failure: > > > > > > [ERROR] Failed to execute goal on project flink-hbase: Could not > resolve > > > dependencies for project org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: > > > Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path > > > > > > > > > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar > > > > > > Looks like some system dependencies mentioned in some hbase pom. any > > idea? > > > > > > Note: I am running this on Mac. > > > > > > Thanks, > > > Lokesh > > > > > > |
Sure, feel free to take it. :)
On Wed, Jun 3, 2015 at 5:00 PM, Lokesh Rajaram <[hidden email]> wrote: > Hello Marton, > > Nice find. can I work on this JIRA? > > Thanks, > Lokesh > > On Wed, Jun 3, 2015 at 7:48 AM, Márton Balassi <[hidden email]> > wrote: > > > Actually it is really important that you are using a Mac, it look like: > > > > Spark had the same issue with hbase annotations. [1] > > I have added a JIRA for Flink, should be easy as Spark had a PR for it. > [2, > > 3] > > > > [1] https://issues.apache.org/jira/browse/SPARK-4455 > > [2] https://issues.apache.org/jira/browse/FLINK-2153 > > [3] https://github.com/apache/spark/pull/3286/files > > > > Best, > > > > Marton > > > > On Wed, Jun 3, 2015 at 4:40 PM, Robert Metzger <[hidden email]> > > wrote: > > > > > Hi Lokesh, > > > > > > can you try this fix? > > > > > > > > > http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html > > > > > > On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram < > [hidden email] > > > > > > wrote: > > > > > > > Hi, > > > > > > > > When I ran mvn checkstyle:checkstyle with the latest master branch. I > > see > > > > the following failure: > > > > > > > > [ERROR] Failed to execute goal on project flink-hbase: Could not > > resolve > > > > dependencies for project > org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: > > > > Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path > > > > > > > > > > > > > > /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar > > > > > > > > Looks like some system dependencies mentioned in some hbase pom. any > > > idea? > > > > > > > > Note: I am running this on Mac. > > > > > > > > Thanks, > > > > Lokesh > > > > > > > > > > |
Assigned the JIRA to you Lokesh, happy coding. :)
Best, Marton On Wed, Jun 3, 2015 at 5:02 PM, Márton Balassi <[hidden email]> wrote: > Sure, feel free to take it. :) > > On Wed, Jun 3, 2015 at 5:00 PM, Lokesh Rajaram <[hidden email]> > wrote: > >> Hello Marton, >> >> Nice find. can I work on this JIRA? >> >> Thanks, >> Lokesh >> >> On Wed, Jun 3, 2015 at 7:48 AM, Márton Balassi <[hidden email]> >> wrote: >> >> > Actually it is really important that you are using a Mac, it look like: >> > >> > Spark had the same issue with hbase annotations. [1] >> > I have added a JIRA for Flink, should be easy as Spark had a PR for it. >> [2, >> > 3] >> > >> > [1] https://issues.apache.org/jira/browse/SPARK-4455 >> > [2] https://issues.apache.org/jira/browse/FLINK-2153 >> > [3] https://github.com/apache/spark/pull/3286/files >> > >> > Best, >> > >> > Marton >> > >> > On Wed, Jun 3, 2015 at 4:40 PM, Robert Metzger <[hidden email]> >> > wrote: >> > >> > > Hi Lokesh, >> > > >> > > can you try this fix? >> > > >> > > >> > >> http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html >> > > >> > > On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram < >> [hidden email] >> > > >> > > wrote: >> > > >> > > > Hi, >> > > > >> > > > When I ran mvn checkstyle:checkstyle with the latest master branch. >> I >> > see >> > > > the following failure: >> > > > >> > > > [ERROR] Failed to execute goal on project flink-hbase: Could not >> > resolve >> > > > dependencies for project >> org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: >> > > > Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified >> path >> > > > >> > > > >> > > >> > >> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar >> > > > >> > > > Looks like some system dependencies mentioned in some hbase pom. any >> > > idea? >> > > > >> > > > Note: I am running this on Mac. >> > > > >> > > > Thanks, >> > > > Lokesh >> > > > >> > > >> > >> > > |
Thanks Marton.
Sent from my iPhone > On Jun 3, 2015, at 11:59 AM, Márton Balassi <[hidden email]> wrote: > > Assigned the JIRA to you Lokesh, happy coding. :) > > Best, > > Marton > > On Wed, Jun 3, 2015 at 5:02 PM, Márton Balassi <[hidden email]> > wrote: > >> Sure, feel free to take it. :) >> >> On Wed, Jun 3, 2015 at 5:00 PM, Lokesh Rajaram <[hidden email]> >> wrote: >> >>> Hello Marton, >>> >>> Nice find. can I work on this JIRA? >>> >>> Thanks, >>> Lokesh >>> >>> On Wed, Jun 3, 2015 at 7:48 AM, Márton Balassi <[hidden email]> >>> wrote: >>> >>>> Actually it is really important that you are using a Mac, it look like: >>>> >>>> Spark had the same issue with hbase annotations. [1] >>>> I have added a JIRA for Flink, should be easy as Spark had a PR for it. >>> [2, >>>> 3] >>>> >>>> [1] https://issues.apache.org/jira/browse/SPARK-4455 >>>> [2] https://issues.apache.org/jira/browse/FLINK-2153 >>>> [3] https://github.com/apache/spark/pull/3286/files >>>> >>>> Best, >>>> >>>> Marton >>>> >>>> On Wed, Jun 3, 2015 at 4:40 PM, Robert Metzger <[hidden email]> >>>> wrote: >>>> >>>>> Hi Lokesh, >>>>> >>>>> can you try this fix? >>> http://dbknickerbocker.blogspot.de/2013/04/simple-fix-to-missing-toolsjar-in-jdk.html >>>>> >>>>> On Wed, Jun 3, 2015 at 4:27 PM, Lokesh Rajaram < >>> [hidden email] >>>>> >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> When I ran mvn checkstyle:checkstyle with the latest master branch. >>> I >>>> see >>>>>> the following failure: >>>>>> >>>>>> [ERROR] Failed to execute goal on project flink-hbase: Could not >>>> resolve >>>>>> dependencies for project >>> org.apache.flink:flink-hbase:jar:0.9-SNAPSHOT: >>>>>> Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified >>> path >>> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../lib/tools.jar >>>>>> >>>>>> Looks like some system dependencies mentioned in some hbase pom. any >>>>> idea? >>>>>> >>>>>> Note: I am running this on Mac. >>>>>> >>>>>> Thanks, >>>>>> Lokesh >> >> |
Free forum by Nabble | Edit this page |