[jira] [Resolved] (GRIFFIN-275) [Measure] Post data to ElasticSearch failed

2019-08-12 Thread William Guo (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William Guo resolved GRIFFIN-275.
-
   Resolution: Fixed
Fix Version/s: 0.6.0

Issue resolved by pull request 519
[https://github.com/apache/griffin/pull/519]

> [Measure] Post data to ElasticSearch failed
> ---
>
> Key: GRIFFIN-275
> URL: https://issues.apache.org/jira/browse/GRIFFIN-275
> Project: Griffin
>  Issue Type: Bug
>Reporter: Johnnie
>Priority: Major
> Fix For: 0.6.0
>
> Attachments: image-2019-08-07-18-03-34-672.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Griffin uses apache httpclient 4.5.2 to post data to Elastic Search. 
> Had the following exception 
>  
> java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContexts
>  at 
> org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:966)
>  at 
> org.apache.griffin.measure.utils.HttpUtil$.doHttpRequest(HttpUtil.scala:48)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply$mcZ$sp(ElasticSearchSink.scala:69)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply(ElasticSearchSink.scala:69)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply(ElasticSearchSink.scala:69)
>  at 
> scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
>  at 
> scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
>  at 
> scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:121)
>  at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
>  at 
> scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
>  at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
>  at 
> scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
> Caused by: java.lang.ClassNotFoundException: org.apache.http.ssl.SSLContexts
>  at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>  ... 12 more
>  
> The root cause is spark-hive has 3 httpclient versions and the scope of 
> spark-hive is provided.
>  
> !image-2019-08-07-18-03-34-672.png!



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[GitHub] [griffin] asfgit closed pull request #519: [GRIFFIN-275] [Measure] Post data to ElasticSearch failed

2019-08-12 Thread GitBox
asfgit closed pull request #519: [GRIFFIN-275] [Measure] Post data to 
ElasticSearch failed
URL: https://github.com/apache/griffin/pull/519
 
 
   


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


[jira] [Work logged] (GRIFFIN-275) [Measure] Post data to ElasticSearch failed

2019-08-12 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-275?focusedWorklogId=293189=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293189
 ]

ASF GitHub Bot logged work on GRIFFIN-275:
--

Author: ASF GitHub Bot
Created on: 12/Aug/19 15:03
Start Date: 12/Aug/19 15:03
Worklog Time Spent: 10m 
  Work Description: asfgit commented on pull request #519: [GRIFFIN-275] 
[Measure] Post data to ElasticSearch failed
URL: https://github.com/apache/griffin/pull/519
 
 
   
 

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


Issue Time Tracking
---

Worklog Id: (was: 293189)
Time Spent: 0.5h  (was: 20m)

> [Measure] Post data to ElasticSearch failed
> ---
>
> Key: GRIFFIN-275
> URL: https://issues.apache.org/jira/browse/GRIFFIN-275
> Project: Griffin
>  Issue Type: Bug
>Reporter: Johnnie
>Priority: Major
> Attachments: image-2019-08-07-18-03-34-672.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Griffin uses apache httpclient 4.5.2 to post data to Elastic Search. 
> Had the following exception 
>  
> java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContexts
>  at 
> org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:966)
>  at 
> org.apache.griffin.measure.utils.HttpUtil$.doHttpRequest(HttpUtil.scala:48)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply$mcZ$sp(ElasticSearchSink.scala:69)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply(ElasticSearchSink.scala:69)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply(ElasticSearchSink.scala:69)
>  at 
> scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
>  at 
> scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
>  at 
> scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:121)
>  at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
>  at 
> scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
>  at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
>  at 
> scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
> Caused by: java.lang.ClassNotFoundException: org.apache.http.ssl.SSLContexts
>  at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>  ... 12 more
>  
> The root cause is spark-hive has 3 httpclient versions and the scope of 
> spark-hive is provided.
>  
> !image-2019-08-07-18-03-34-672.png!



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Work logged] (GRIFFIN-276) Add batch type measure job test case

2019-08-12 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-276?focusedWorklogId=293188=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293188
 ]

ASF GitHub Bot logged work on GRIFFIN-276:
--

Author: ASF GitHub Bot
Created on: 12/Aug/19 15:01
Start Date: 12/Aug/19 15:01
Worklog Time Spent: 10m 
  Work Description: guoyuepeng commented on issue #520: [GRIFFIN-276]Add 
batch type measure job test case
URL: https://github.com/apache/griffin/pull/520#issuecomment-520462408
 
 
   Thanks, a good contribution.
   Let me think the whole test issue.
 

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


Issue Time Tracking
---

Worklog Id: (was: 293188)
Time Spent: 20m  (was: 10m)

> Add batch type measure job test case
> 
>
> Key: GRIFFIN-276
> URL: https://issues.apache.org/jira/browse/GRIFFIN-276
> Project: Griffin
>  Issue Type: Task
>Reporter: wan kun
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Add some test case for batch type measure job, which is helpful for checking 
> the correctness of the code and troublethooting.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[GitHub] [griffin] guoyuepeng commented on issue #520: [GRIFFIN-276]Add batch type measure job test case

2019-08-12 Thread GitBox
guoyuepeng commented on issue #520: [GRIFFIN-276]Add batch type measure job 
test case
URL: https://github.com/apache/griffin/pull/520#issuecomment-520462408
 
 
   Thanks, a good contribution.
   Let me think the whole test issue.


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


[jira] [Work logged] (GRIFFIN-275) [Measure] Post data to ElasticSearch failed

2019-08-12 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-275?focusedWorklogId=293160=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293160
 ]

ASF GitHub Bot logged work on GRIFFIN-275:
--

Author: ASF GitHub Bot
Created on: 12/Aug/19 14:07
Start Date: 12/Aug/19 14:07
Worklog Time Spent: 10m 
  Work Description: guoyuepeng commented on issue #519: [GRIFFIN-275] 
[Measure] Post data to ElasticSearch failed
URL: https://github.com/apache/griffin/pull/519#issuecomment-520439909
 
 
   LGTM
 

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


Issue Time Tracking
---

Worklog Id: (was: 293160)
Time Spent: 20m  (was: 10m)

> [Measure] Post data to ElasticSearch failed
> ---
>
> Key: GRIFFIN-275
> URL: https://issues.apache.org/jira/browse/GRIFFIN-275
> Project: Griffin
>  Issue Type: Bug
>Reporter: Johnnie
>Priority: Major
> Attachments: image-2019-08-07-18-03-34-672.png
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Griffin uses apache httpclient 4.5.2 to post data to Elastic Search. 
> Had the following exception 
>  
> java.lang.NoClassDefFoundError: org/apache/http/ssl/SSLContexts
>  at 
> org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:966)
>  at 
> org.apache.griffin.measure.utils.HttpUtil$.doHttpRequest(HttpUtil.scala:48)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply$mcZ$sp(ElasticSearchSink.scala:69)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply(ElasticSearchSink.scala:69)
>  at 
> org.apache.griffin.measure.sink.ElasticSearchSink$$anonfun$org$apache$griffin$measure$sink$ElasticSearchSink$$func$1$1.apply(ElasticSearchSink.scala:69)
>  at 
> scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
>  at 
> scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
>  at 
> scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:121)
>  at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
>  at 
> scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
>  at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
>  at 
> scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
> Caused by: java.lang.ClassNotFoundException: org.apache.http.ssl.SSLContexts
>  at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>  ... 12 more
>  
> The root cause is spark-hive has 3 httpclient versions and the scope of 
> spark-hive is provided.
>  
> !image-2019-08-07-18-03-34-672.png!



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[GitHub] [griffin] guoyuepeng commented on issue #519: [GRIFFIN-275] [Measure] Post data to ElasticSearch failed

2019-08-12 Thread GitBox
guoyuepeng commented on issue #519: [GRIFFIN-275] [Measure] Post data to 
ElasticSearch failed
URL: https://github.com/apache/griffin/pull/519#issuecomment-520439909
 
 
   LGTM


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