[jira] [Created] (KYLIN-3045) Too many open files raised from new Configuration()

2017-11-16 Thread liyang (JIRA)
liyang created KYLIN-3045:
-

 Summary: Too many open files raised from new Configuration()
 Key: KYLIN-3045
 URL: https://issues.apache.org/jira/browse/KYLIN-3045
 Project: Kylin
  Issue Type: Bug
Reporter: liyang


Try to refactor MapReduceExecutable to avoid re-creating Configuration too many 
times.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KYLIN-3044) Support SQL Server as data source

2017-11-16 Thread Kaige Liu (JIRA)
 Kaige Liu created KYLIN-3044:
-

 Summary: Support SQL Server as data source
 Key: KYLIN-3044
 URL: https://issues.apache.org/jira/browse/KYLIN-3044
 Project: Kylin
  Issue Type: Task
Reporter:  Kaige Liu
Assignee:  Kaige Liu


[KYLIN-1351|https://issues.apache.org/jira/browse/KYLIN-1351] has added Vertica 
as data source. Base on the work of KYLIN-1351, I'd like to enable SQL Server 
as data source of kylin.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Re: Review Request 63693: KYLIN-3024 Limit the "Auto Merge Thresholds" text box to be input a negative number

2017-11-16 Thread pengjianhua

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63693/
---

(Updated εδΈ€ζœˆ 17, 2017, 3:15 a.m.)


Review request for kylin, Dayue Gao, Dong Li, hongbin ma, and Wang Xiaoyu.


Changes
---

Update my patch, please check it, thanks.


Bugs: KYLIN-3024
https://issues.apache.org/jira/browse/KYLIN-3024


Repository: kylin


Description
---

When you create a new cube or edit a existent cube, then do as follows
1. Open the "Refresh Setting";
2. Write one value for "Auto Merge Thresholds" parameter;
Then you will find the text box can be input negative numbers, which can be 
summited, it should be invalid.


Diffs (updated)
-

  webapp/app/partials/cubeDesigner/refresh_settings.html 522fe50 


Diff: https://reviews.apache.org/r/63693/diff/2/

Changes: https://reviews.apache.org/r/63693/diff/1-2/


Testing
---


Thanks,

pengjianhua



[jira] [Created] (KYLIN-3043) Don't need create materialized view for lookup tables without snapshot

2017-11-16 Thread Zhong Yanghong (JIRA)
Zhong Yanghong created KYLIN-3043:
-

 Summary: Don't need create materialized view for lookup tables 
without snapshot
 Key: KYLIN-3043
 URL: https://issues.apache.org/jira/browse/KYLIN-3043
 Project: Kylin
  Issue Type: Improvement
Reporter: Zhong Yanghong
Assignee: Zhong Yanghong






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


RE: unit tests fail on master-hadoop3.0

2017-11-16 Thread Feng, Zhutian
And I also get some errors in "REST Server":

Running org.apache.kylin.rest.controller.QueryControllerTest
02:49:36.308 [main] ERROR org.springframework.test.context.TestContextManager - 
Caught exception while allowing TestExecutionListener 
[org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e9fd11f]
 to prepare test instance 
[org.apache.kylin.rest.controller.QueryControllerTest@2356ae24]
java.lang.IllegalStateException: Failed to load ApplicationContext
at 
org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:103)
 ~[spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:122)
 ~[spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
 ~[spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]

at 
org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
 ~[spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]

at 
org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:321)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:211)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:288)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 [junit-4.12.jar:4.12]
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:284)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:88)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) 
[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) 
[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) 
[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) 
[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) 
[junit-4.12.jar:4.12]
at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) 
[junit-4.12.jar:4.12]
at 
org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) 
[junit-4.12.jar:4.12]
at 
org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 
[junit-4.12.jar:4.12]
at 
org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
 [spring-test-3.2.17.RELEASE.jar:3.2.17.RELEASE]
at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
 [surefire-junit4-2.19.1.jar:2.19.1]
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
 [surefire-junit4-2.19.1.jar:2.19.1]
at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
 [surefire-junit4-2.19.1.jar:2.19.1]
at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161) 
[surefire-junit4-2.19.1.jar:2.19.1]
at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
 [surefire-booter-2.19.1.jar:2.19.1]
at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
 [surefire-booter-2.19.1.jar:2.19.1]
at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) 
[surefire-booter-2.19.1.jar:2.19.1]
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 
'org.springframework.validation.beanvalidation.LocalValidatorFactoryBean#0': 
Invocation of init method failed; nested exception is 
javax.validation.ValidationException: Unable to create a Configuration, because 
no Bean Va