[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487184139
 
 
   @dbist can you rebase onto the latest master branch? the CI bot should 
properly run tests now.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487125806
 
 
   excellent guess!
   
   ```
   
   # customizing yetus build to run scaladoc plugin only on hbase-spark project
   function personality_modules
   {
 local testtype="$2"
   
 if [[ "$testtype" != "scaladoc" ]]; then
   return
 fi
   ```
   
   this says "if you're doing something other than scaladoc there's no work to 
do." let me get a PR up


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487118948
 
 
   @petersomogyi when you have a minute, it looks like we're not actually 
running any maven commands
   
   e.g.
   ```
   
   11:14:19 

   11:14:19 

   11:14:19maven install: master
   11:14:19 

   11:14:19 

   11:14:19 
   11:14:19 
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: MultiJDK not configured.
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: MultiJDK not configured.
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Start clock
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: offset clock by 0
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Stop clock
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: add_vote_table +1 mvninstall 
0 master passed
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Starting archiving process
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Ending archiving process
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Running jshint_precompile
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Starting archiving process
   11:14:19 [Fri Apr 26 16:14:19 UTC 2019 DEBUG]: Ending archiving process
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487113744
 
 
   retest build


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487113840
 
 
   it does! excellent.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487113712
 
 
   oh wait does this repo use keyword checking?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487113413
 
 
   okay looks like rebuilds don't work. I've changed the default to be debug 
output. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487112710
 
 
   no logs for mvn install in any case. let me try redoing the build with debug 
on.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [hbase-connectors] busbey commented on issue #26: HBASE-22318 Fix for warning The POM for org.glassfish.javax.el is missing

2019-04-26 Thread GitBox
busbey commented on issue #26: HBASE-22318 Fix for warning The POM for 
org.glassfish.javax.el is missing
URL: https://github.com/apache/hbase-connectors/pull/26#issuecomment-487111232
 
 
   hurm. the buildbot doesn't have any logs?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services