[GitHub] yiming187 closed pull request #103: enable coveralls

2018-02-15 Thread GitBox
yiming187 closed pull request #103: enable coveralls
URL: https://github.com/apache/kylin/pull/103
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index ce76775c83..38dc93c62c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,8 +26,11 @@ addons:
 jdk:
   - oraclejdk8
 
+before_script:
+  - echo "MAVEN_OPTS='-Xms1024m -Xmx3072m -XX:MetaspaceSize=128m 
-XX:MaxMetaspaceSize=384m'" > ~/.mavenrc
+
 script:
-  - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test 
+  - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test  
coveralls:report
   - if [[ -n "${TRAVIS_PULL_REQUEST_SLUG}" && "${TRAVIS_PULL_REQUEST_SLUG}" != 
"${TRAVIS_REPO_SLUG}" ]]; then
 echo "The pull request from ${TRAVIS_PULL_REQUEST_SLUG} is an EXTERNAL 
pull request. Skip sonar analysis.";
 else
diff --git a/pom.xml b/pom.xml
index 43e96bb0b6..8c52f9cd89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1022,7 +1022,7 @@
 
 org.jacoco
 jacoco-maven-plugin
-0.7.8
+0.8.0
 
 
 org.apache.maven.plugins
@@ -1257,12 +1257,6 @@
 
 org.jacoco
 jacoco-maven-plugin
-
-true
-
-${sonar.jacoco.reportPath}
-
-
 
 
 pre-test
@@ -1270,6 +1264,8 @@
 prepare-agent
 
 
+true
+
${sonar.jacoco.reportPath}
 
surefireArgLine
 
 
@@ -1279,6 +1275,9 @@
 
 report
 
+
+
${sonar.jacoco.reportPath}
+
 
 
 
@@ -1310,6 +1309,11 @@
 
 
 
+
+org.eluder.coveralls
+coveralls-maven-plugin
+4.2.0
+
 
 
 
@@ -1388,7 +1392,6 @@
 
 
 
-
 
 org.apache.maven.plugins
 maven-surefire-plugin


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] yiming187 opened a new pull request #103: enable coveralls

2018-02-15 Thread GitBox
yiming187 opened a new pull request #103: enable coveralls
URL: https://github.com/apache/kylin/pull/103
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] asfgit commented on issue #103: enable coveralls

2018-02-15 Thread GitBox
asfgit commented on issue #103: enable coveralls
URL: https://github.com/apache/kylin/pull/103#issuecomment-365884277
 
 
   Can one of the admins verify this patch?


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] yiming187 closed pull request #103: enable coveralls

2018-02-15 Thread GitBox
yiming187 closed pull request #103: enable coveralls
URL: https://github.com/apache/kylin/pull/103
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):



 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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] [Created] (KYLIN-3254) Cannot use Kylin Cubes with Excel

2018-02-15 Thread Jean-Luc BELLIER (JIRA)
Jean-Luc BELLIER created KYLIN-3254:
---

 Summary: Cannot use Kylin Cubes with Excel
 Key: KYLIN-3254
 URL: https://issues.apache.org/jira/browse/KYLIN-3254
 Project: Kylin
  Issue Type: Bug
  Components: Driver - ODBC
Affects Versions: v2.2.0
Reporter: Jean-Luc BELLIER


Hello

I downloaded the ODBC driver to use Kylin with Excel. My OS is Windows 8.1 
64-bits

I first clicked on the KylinODBCDriver (x64).exe, but it says that the program 
could not be executed on my PC.

So i ran the 32-bit version. I succeeded in configuring  the Kylin ODBC 
connection.

 

Now I would like to use my Kylin cubes with Excel. So I downloaded PowerBI as 
mentioned on Kylin site, but the installation program tells me that my version 
of Excel was not compatible, because the driver requires Excel2010 SP1 or Excel 
2013.

My version of Excel is 2013 Professional version.

 

Are there any limitations ? How can I visualize my Kylin cubes with Excel in my 
case ?

 

Thank you in advance for your help.

 

Best regards,

Jean-Luc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)