[
https://issues.apache.org/jira/browse/GRIFFIN-280?focusedWorklogId=301603&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-301603
]
ASF GitHub Bot logged work on GRIFFIN-280:
------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/19 00:01
Start Date: 27/Aug/19 00:01
Worklog Time Spent: 10m
Work Description: guoyuepeng commented on issue #527: GRIFFIN-280 update
travis config to start griffin docker container
URL: https://github.com/apache/griffin/pull/527#issuecomment-525079435
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 301603)
Time Spent: 20m (was: 10m)
> Issues with travis-ci build config
> ----------------------------------
>
> Key: GRIFFIN-280
> URL: https://issues.apache.org/jira/browse/GRIFFIN-280
> Project: Griffin
> Issue Type: Bug
> Reporter: Johnnie
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Actually, some of the test cases are failed without external dependencies
> such as hive.
> Below is the travis-cli and we can find some exceptions
> [https://travis-ci.org/apache/griffin]
>
> 2019-08-15 08:40:25.987 ERROR 5041 --- [ main] o.a.g.c.m.h.HiveMetaStoreProxy
> [70] : Failed to connect hive metastore. {}
> 568
> 569org.apache.hadoop.hive.metastore.api.MetaException: Could not connect to
> meta store using any of the URIs provided. Most recent failure:
> org.apache.thrift.transport.TTransportException: java.net.ConnectException:
> Connection refused (Connection refused)
> 570 at org.apache.thrift.transport.TSocket.open(TSocket.java:226)
> 571 at
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:478)
> 572 at
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:286)
> 573 at
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:211)
> 574 at
> org.apache.griffin.core.metastore.hive.HiveMetaStoreProxy.initHiveMetastoreClient(HiveMetaStoreProxy.java:68)
> 575 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 576 at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 577 at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 578 at java.lang.reflect.Method.invoke(Method.java:498)
> 579 at
>
> I think we might need to change travis config to execute docker-compose -f to
> start up the dockers before we run the CI test.
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)