Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cube TEST_SERVER dosen't contain any READY segment #197

Closed
watertosea opened this issue Dec 8, 2014 · 9 comments
Closed

Cube TEST_SERVER dosen't contain any READY segment #197

watertosea opened this issue Dec 8, 2014 · 9 comments

Comments

@watertosea
Copy link

I read the source code and didn't find any method to add segment.

error:
Caused by: com.kylinolap.rest.exception.InternalErrorException: Cube TEST_SERVER dosen't contain any READY segment
at com.kylinolap.rest.service.CubeService.enableCube(CubeService.java:347)
at com.kylinolap.rest.service.CubeService$$FastClassByCGLIB$$402bf2b9.invoke()
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
at com.kylinolap.rest.service.CubeService$$EnhancerByCGLIB$$5e6d8dba.enableCube()
at com.kylinolap.rest.controller.CubeController.enableCube(CubeController.java:267)
... 82 more

@binmahone
Copy link

cube segment does not need manually adding. it's created&added when you launch a build job(or incremental builld job) for a cube

@watertosea
Copy link
Author

how can i fix it?

@binmahone
Copy link

i don't understand your problem quite well, how to reproduce your issue?

@watertosea
Copy link
Author

i enable the cube after created a cube and buid successfully , then popoup the error.
ps : i didn't have hive table partition.

@binmahone
Copy link

you don't have to manually enable it. it is automatically updated. if you find your cube in a unrecoverable state, you can:

  1. disable the cubes. 2. purge the cubes. 3. rebuild the cubes, so that you can have a fresh start

@watertosea
Copy link
Author

i send a email subuliu@gmail.com to u , Please check your email . 3q

@binmahone
Copy link

i didn't find any in my inbox..

@watertosea
Copy link
Author

Please try to find in spam mail

@lukehan
Copy link
Contributor

lukehan commented Dec 10, 2014

Please help to keep such discussion in Google Group and/or Github Issues.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants