Hi, When I restart kylin instance , I get the message as
./kylin.sh start KYLIN_HOME is set to /home/impadmin/Kylin/kylin-0.7.1-incubating-SNAPSHOT Logging initialized using configuration in jar:file:/opt/cloudera/parcels/CDH-5.4.0-1.cdh5.4.0.p0.27/jars/hive-common-1.1.0-cdh5.4.0.jar!/hive-log4j.properties hive dependency: /opt/cloudera/parcels/CDH-5.4.0-1.cdh5.4.0.p0.27/bin/../lib/hive/conf:/opt/cloudera/parcels/CDH-5.4.0-1.cdh5.4.0.p0.27/bin/../lib/hive/lib/*:/opt/cloudera/parcels/CDH-5.4.0-1.cdh5.4.0.p0.27/bin/../lib/hive-hcatalog/share/hcatalog/hive-hcatalog-core-1.1.0-cdh5.4.0.jar KYLIN_JVM_SETTINGS is not set, using default jvm settings KYLIN_DEBUG_SETTINGS is not set, will not enable remote debuging KYLIN_LD_LIBRARY_SETTINGS is not set, lzo compression at MR and hbase might not work A new Kylin instance is started by impadmin, stop it using "kylin.sh stop" Please visit http://<your_sandbox_ip>:7070/kylin to play with the cubes! (Useranme: ADMIN, Password: KYLIN) You can check the log at ./../tomcat/logs/kylin.log It is not getting the values for the following settings KYLIN_JVM_SETTINGS KYLIN_DEBUG_SETTINGS KYLIN_LD_LIBRARY_SETTINGS Can this be the reason? Regards, Sudeep -----Original Message----- From: Shi, Shaofeng [mailto:[email protected]] Sent: Tuesday, May 12, 2015 2:24 PM To: Sudeep Vyas; Gaurav Nigam; [email protected] Cc: Saswata Sengupta Subject: Re: Need help on Kylin Query setup Yes the jar file is there: # pwd /tmp/kylin-0.7.1-incubating-SNAPSHOT/tomcat/webapps/kylin/WEB-INF/lib # ls -l total 38920 -rw-r--r-- 1 root root 33015 Feb 5 16:44 jsr305-1.3.9.jar -rw-r--r-- 1 root root 4960 Feb 6 15:49 jul-to-slf4j-1.7.5.jar -rw-r--r-- 1 root root 164099 Apr 16 14:57 kylin-common-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 161314 Apr 16 14:57 kylin-cube-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 79327 Apr 16 14:57 kylin-dictionary-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 69138 Apr 16 14:57 kylin-invertedindex-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 317679 Apr 16 14:57 kylin-job-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 130945 Apr 16 14:57 kylin-metadata-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 108240 Apr 16 14:57 kylin-query-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 186299 Apr 16 14:57 kylin-storage-0.7.1-incubating-SNAPSHOT.jar -rw-r--r-- 1 root root 489213 Feb 5 16:46 linq4j-0.4.jar -rw-r--r-- 1 root root 489884 Feb 5 16:44 log4j-1.2.17.jar On 5/12/15, 4:49 PM, "Sudeep Vyas" <[email protected]> wrote: >Hi, >The jar file kylin-query-0.7.1-incubating-SNAPSHOT.jar >Is there at the location >$KYLIN_HOME/lib/tomcat/webapps/kylin/WEB-INF/lib >I have restarted kylin instance, >But still I am not able to see the tables under Query tab. > >Regards, >Sudeep > >-----Original Message----- >From: Shi, Shaofeng [mailto:[email protected]] >Sent: Tuesday, May 12, 2015 2:04 PM >To: Gaurav Nigam; [email protected] >Cc: Sudeep Vyas; Saswata Sengupta >Subject: Re: Need help on Kylin Query setup > >I tried to reproduce this with the binary package on Kylin home page, >but no luck; It shows the tables in query tab after cube be built; > >On 5/12/15, 1:31 PM, "Shi, Shaofeng" <[email protected]> wrote: > >>This class is a part of the web application, its location is >>$KYLIN_HOME/lib/tomcat/webapps/kylin/WEB-INF/lib/kylin-query-0.7.1-inc >>u >>bat >>i >>ng-SNAPSHOT.jar >> >>As the jar is in web app's lib folder, it should be automatically >>loaded when tomcat starts up; >> >>I downloaded the binary package and unpack it, the jar is there; You >>may need check the file integrity or try a new build; >> >>On 5/12/15, 11:53 AM, "Gaurav Nigam" <[email protected]> wrote: >> >>>Seems like it is not able to find >>>"org.apache.kylin.query.schema.OLAPSchemaFactory" class. I scanned >>>through all the jars in KYLIN_HOME/lib, but none have it. >>> >>>Below is the stack trace - >>> >>> >>>[impadmin@server2 kylin-0.7.1-incubating-SNAPSHOT]$ tail -200f >>>tomcat/logs/kylin.log at >>>org.springframework.security.web.authentication.ui.DefaultLoginPageGe >>>n >>>era >>>t >>>i >>>ngFilter.doFilter(DefaultLoginPageGeneratingFilter.java:91) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.AbstractAuthenticatio >>>n >>>Pro >>>c >>>e >>>ssingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:183) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.logout.LogoutFilter.d >>>o >>>Fil >>>t >>>e >>>r(LogoutFilter.java:105) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.context.SecurityContextPersistenceFi >>>l >>>ter >>>. >>>d >>>oFilter(SecurityContextPersistenceFilter.java:87) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.FilterChainProxy.doFilterInternal(Fi >>>l >>>ter >>>C >>>h >>>ainProxy.java:192) >>>at >>>org.springframework.security.web.FilterChainProxy.doFilter(FilterChai >>>n >>>Pro >>>x >>>y >>>.java:160) >>>at >>>org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(D >>>e >>>leg >>>a >>>t >>>ingFilterProxy.java:346) >>>at >>>org.springframework.web.filter.DelegatingFilterProxy.doFilter(Delegat >>>i >>>ngF >>>i >>>l >>>terProxy.java:259) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:241) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:20 >>>5 >>>) >>>at >>>com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:26 >>>6 >>>) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:241) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV >>>a >>>lve >>>. >>>j >>>ava:220) >>>at >>>org.apache.catalina.core.StandardContextValve.invoke(StandardContextV >>>a >>>lve >>>. >>>j >>>ava:122) >>>at >>>org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica >>>t >>>orB >>>a >>>s >>>e.java:504) >>>at >>>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j >>>ava >>>: >>>1 >>>7 >>>0) >>>at >>>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j >>>ava >>>: >>>1 >>>0 >>>3) >>>at >>>org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java: >>>9 >>>50) >>>at >>>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal >>>v >>>e.j >>>a >>>v >>>a:116) >>>at >>>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav >>>a >>>:42 >>>1 >>>) >>>at >>>org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp >>>1 >>>1Pr >>>o >>>c >>>essor.java:1074) >>>at >>>org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process( >>>A >>>bst >>>r >>>a >>>ctProtocol.java:611) >>>at >>>org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoin >>>t >>>.ja >>>v >>>a >>>:314) >>>at >>>java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. >>>j >>>ava >>>: >>>1 >>>145) >>>at >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. >>>jav >>>a >>>: >>>615) >>>at >>>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskTh >>>r >>>ead >>>. >>>j >>>ava:61) >>>at java.lang.Thread.run(Thread.java:745) >>>Caused by: java.lang.ClassNotFoundException: >>>org.apache.kylin.query.schema.OLAPSchemaFactory >>>at java.net.URLClassLoader$1.run(URLClassLoader.java:366) >>>at java.net.URLClassLoader$1.run(URLClassLoader.java:355) >>>at java.security.AccessController.doPrivileged(Native Method) at >>>java.net.URLClassLoader.findClass(URLClassLoader.java:354) >>>at java.lang.ClassLoader.loadClass(ClassLoader.java:425) >>>at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) >>>at java.lang.ClassLoader.loadClass(ClassLoader.java:358) >>>at java.lang.Class.forName0(Native Method) at >>>java.lang.Class.forName(Class.java:191) >>>at org.apache.calcite.model.ModelHandler.visit(ModelHandler.java:209) >>>... 103 more >>>[http-bio-7070-exec-10]:[2015-05-12 >>>07:59:44,926][ERROR][org.apache.kylin.rest.controller.BasicController. >>>han >>>d >>>l >>>eError(BasicController.java:52)] - >>>org.apache.kylin.rest.exception.InternalErrorException: Error >>>instantiating JsonCustomSchema(name=DEFAULT) at >>>org.apache.kylin.rest.controller.QueryController.doQuery(QueryControl >>>ler >>>. >>>j >>>a >>>va:227) >>>at >>>org.apache.kylin.rest.controller.QueryController.query(QueryControlle >>>r >>>.ja >>>v >>>a >>>:91) >>>at >>>org.apache.kylin.rest.controller.QueryController$$FastClassByCGLIB$$f >>>c >>>039 >>>d >>>0 >>>b.invoke(<generated>) >>>at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) >>>at >>>org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocatio >>>n >>>.in >>>v >>>o >>>keJoinpoint(Cglib2AopProxy.java:689) >>>at >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed( >>>R >>>efl >>>e >>>c >>>tiveMethodInvocation.java:150) >>>at >>>com.ryantenney.metrics.spring.TimedMethodInterceptor.invoke(TimedMeth >>>o >>>dIn >>>t >>>e >>>rceptor.java:48) >>>at >>>com.ryantenney.metrics.spring.TimedMethodInterceptor.invoke(TimedMeth >>>o >>>dIn >>>t >>>e >>>rceptor.java:34) >>>at >>>com.ryantenney.metrics.spring.AbstractMetricMethodInterceptor.invoke( >>>A >>>bst >>>r >>>a >>>ctMetricMethodInterceptor.java:59) >>>at >>>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed( >>>R >>>efl >>>e >>>c >>>tiveMethodInvocation.java:172) >>>at >>>org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterc >>>e >>>pto >>>r >>>. >>>intercept(Cglib2AopProxy.java:622) >>>at >>>org.apache.kylin.rest.controller.QueryController$$EnhancerByCGLIB$$f3 >>>8 >>>10f >>>9 >>>1 >>>.query(<generated>) >>>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>j >>>ava >>>: >>>5 >>>7) >>>at >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>s >>>orI >>>m >>>p >>>l.java:43) >>>at java.lang.reflect.Method.invoke(Method.java:606) >>>at >>>org.springframework.web.method.support.InvocableHandlerMethod.invoke( >>>I >>>nvo >>>c >>>a >>>bleHandlerMethod.java:213) >>>at >>>org.springframework.web.method.support.InvocableHandlerMethod.invokeF >>>o >>>rRe >>>q >>>u >>>est(InvocableHandlerMethod.java:126) >>>at >>>org.springframework.web.servlet.mvc.method.annotation.ServletInvocabl >>>e >>>Han >>>d >>>l >>>erMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96) >>>at >>>org.springframework.web.servlet.mvc.method.annotation.RequestMappingH >>>a >>>ndl >>>e >>>r >>>Adapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617) >>>at >>>org.springframework.web.servlet.mvc.method.annotation.RequestMappingH >>>a >>>ndl >>>e >>>r >>>Adapter.handleInternal(RequestMappingHandlerAdapter.java:578) >>>at >>>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapt >>>e >>>r.h >>>a >>>n >>>dle(AbstractHandlerMethodAdapter.java:80) >>>at >>>org.springframework.web.servlet.DispatcherServlet.doDispatch(Dispatch >>>e >>>rSe >>>r >>>v >>>let.java:923) >>>at >>>org.springframework.web.servlet.DispatcherServlet.doService(Dispatche >>>r >>>Ser >>>v >>>l >>>et.java:852) >>>at >>>org.springframework.web.servlet.FrameworkServlet.processRequest(Frame >>>w >>>ork >>>S >>>e >>>rvlet.java:882) >>>at >>>org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServ >>>let >>>. >>>j >>>a >>>va:789) >>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:646) >>>at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:303) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52 >>>) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:241) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>com.codahale.metrics.servlet.AbstractInstrumentedFilter.doFilter(Abst >>>r >>>act >>>I >>>n >>>strumentedFilter.java:97) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:241) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:330) >>>at >>>org.springframework.security.web.access.intercept.FilterSecurityInter >>>c >>>ept >>>o >>>r >>>.invoke(FilterSecurityInterceptor.java:118) >>>at >>>org.springframework.security.web.access.intercept.FilterSecurityInter >>>c >>>ept >>>o >>>r >>>.doFilter(FilterSecurityInterceptor.java:84) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.access.ExceptionTranslationFilter.do >>>F >>>ilt >>>e >>>r >>>(ExceptionTranslationFilter.java:113) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.session.SessionManagementFilter.doFi >>>l >>>ter >>>( >>>S >>>essionManagementFilter.java:103) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.AnonymousAuthenticati >>>o >>>nFi >>>l >>>t >>>er.doFilter(AnonymousAuthenticationFilter.java:113) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.servletapi.SecurityContextHolderAwar >>>e >>>Req >>>u >>>e >>>stFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.savedrequest.RequestCacheAwareFilter. >>>doF >>>i >>>l >>>ter(RequestCacheAwareFilter.java:45) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.www.BasicAuthenticati >>>o >>>nFi >>>l >>>t >>>er.doFilter(BasicAuthenticationFilter.java:201) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.ui.DefaultLoginPageGe >>>n >>>era >>>t >>>i >>>ngFilter.doFilter(DefaultLoginPageGeneratingFilter.java:91) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.AbstractAuthenticatio >>>n >>>Pro >>>c >>>e >>>ssingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:183) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.authentication.logout.LogoutFilter.d >>>o >>>Fil >>>t >>>e >>>r(LogoutFilter.java:105) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.context.SecurityContextPersistenceFi >>>l >>>ter >>>. >>>d >>>oFilter(SecurityContextPersistenceFilter.java:87) >>>at >>>org.springframework.security.web.FilterChainProxy$VirtualFilterChain. >>>d >>>oFi >>>l >>>t >>>er(FilterChainProxy.java:342) >>>at >>>org.springframework.security.web.FilterChainProxy.doFilterInternal(Fi >>>l >>>ter >>>C >>>h >>>ainProxy.java:192) >>>at >>>org.springframework.security.web.FilterChainProxy.doFilter(FilterChai >>>n >>>Pro >>>x >>>y >>>.java:160) >>>at >>>org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(D >>>e >>>leg >>>a >>>t >>>ingFilterProxy.java:346) >>>at >>>org.springframework.web.filter.DelegatingFilterProxy.doFilter(Delegat >>>i >>>ngF >>>i >>>l >>>terProxy.java:259) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:241) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:20 >>>5 >>>) >>>at >>>com.thetransactioncompany.cors.CORSFilter.doFilter(CORSFilter.java:26 >>>6 >>>) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl >>>i >>>cat >>>i >>>o >>>nFilterChain.java:241) >>>at >>>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF >>>i >>>lte >>>r >>>C >>>hain.java:208) >>>at >>>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV >>>a >>>lve >>>. >>>j >>>ava:220) >>>at >>>org.apache.catalina.core.StandardContextValve.invoke(StandardContextV >>>a >>>lve >>>. >>>j >>>ava:122) >>>at >>>org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica >>>t >>>orB >>>a >>>s >>>e.java:504) >>>at >>>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j >>>ava >>>: >>>1 >>>7 >>>0) >>>at >>>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j >>>ava >>>: >>>1 >>>0 >>>3) >>>at >>>org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java: >>>9 >>>50) >>>at >>>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal >>>v >>>e.j >>>a >>>v >>>a:116) >>>at >>>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav >>>a >>>:42 >>>1 >>>) >>>at >>>org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp >>>1 >>>1Pr >>>o >>>c >>>essor.java:1074) >>>at >>>org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process( >>>A >>>bst >>>r >>>a >>>ctProtocol.java:611) >>>at >>>org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoin >>>t >>>.ja >>>v >>>a >>>:314) >>>at >>>java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor. >>>j >>>ava >>>: >>>1 >>>145) >>>at >>>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor. >>>jav >>>a >>>: >>>615) >>>at >>>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskTh >>>r >>>ead >>>. >>>j >>>ava:61) >>>at java.lang.Thread.run(Thread.java:745) >>> >>> >>> >>> >>>Best Regards >>>Gaurav Nigam >>>+1 (973) 307-5307 >>> >>> >>> >>> >>>On 5/11/15, 10:48 PM, "Shi, Shaofeng" <[email protected]> wrote: >>> >>>>I guess there is detail error message in the >>>>$KYLIN_HOME/logs/kylin.log ; Could you please copy and paste the >>>>error track for us? Thanks! >>>> >>>>On 5/12/15, 10:37 AM, "Gaurav Nigam" <[email protected]> wrote: >>>> >>>>>I'm following below tutorial link and executed the query mentioned >>>>>there >>>>>- >>>>>https://github.com/apache/incubator-kylin/blob/master/docs/Tutorial >>>>>/ >>>>>Qui >>>>>c >>>>>k >>>>>% >>>>>2 >>>>>0play%20with%20a%20sample%20cube.md >>>>> >>>>> >>>>>But, it throws following error: "Error instantiating >>>>>JsonCustomSchema(name=DEFAULT)" >>>>> >>>>>I ran it on following browsers- >>>>>Chrome Version 42.0.2311.135 (64-bit) Firefox 37.0.2 >>>>> >>>>>PS - Attached is error screenshot >>>>> >>>>>Best Regards >>>>>Gaurav Nigam >>>>>+1 (973) 307-5307 >>>>> >>>>> >>>>> >>>>> >>>>>On 5/11/15, 10:23 PM, "Shi, Shaofeng" <[email protected]> wrote: >>>>> >>>>>>Are you able to execute a SQL query and get result set there? BTW, >>>>>>what's your browser and version, did you try another like Chrome? >>>>>>Is there any JS error in the browser console? I'm wondering it is >>>>>>a front-end or back-end issue. >>>>>> >>>>>>On 5/12/15, 9:30 AM, "Gaurav Nigam" <[email protected]> wrote: >>>>>> >>>>>>>Thanks for your response. >>>>>>> >>>>>>>Yes, I just did that, but it didn¹t worked either. >>>>>>> >>>>>>>PS - I¹m attaching screenshots for reference. >>>>>>> >>>>>>>Best Regards >>>>>>>Gaurav Nigam >>>>>>>+1 (973) 307-5307 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>On 5/11/15, 9:16 PM, "Shi, Shaofeng" <[email protected]> wrote: >>>>>>> >>>>>>>>Hi Saswata, >>>>>>>> >>>>>>>>Did you try to restart the Kylin instance? If the tables are >>>>>>>>appeared after a restart, that would indicate a cache problem; >>>>>>>> >>>>>>>>On 5/12/15, 1:02 AM, "Saswata Sengupta" <[email protected]> >>>>>>>>wrote: >>>>>>>> >>>>>>>>>?Hi, >>>>>>>>> >>>>>>>>> >>>>>>>>>We have installed Kylin in a 3 node Hadoop Cluster(cloudera >>>>>>>>>distribution) >>>>>>>>>and wanted to test the product. While we are able to >>>>>>>>>successfully build the cubes, but while trying to Query the >>>>>>>>>Query section shows no table definition. >>>>>>>>> >>>>>>>>> >>>>>>>>>We tried many different ways including the sample script, but >>>>>>>>>the table defination which should appear on the left panel of >>>>>>>>>the Query tab after the cube is built is not available. We >>>>>>>>>confirmed that in HBase the cube table is there and measured >>>>>>>>>its size. >>>>>>>>> >>>>>>>>> >>>>>>>>>Can anyone please help ? >>>>>>>>> >>>>>>>>> >>>>>>>>>P.S. - We previously tried on a single node VM and it worked >>>>>>>>>without any glitch. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>Best Regards >>>>>>>>> >>>>>>>>>Saswata Sengupta >>>>>>>>> >>>>>>>>>Mobile :732-210-7277 >>>>>>>>> 646-262-5093 >>>>>>>>> >>>>>>>>>________________________________ >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>NOTE: This message may contain information that is >>>>>>>>>confidential, proprietary, privileged or otherwise protected by >>>>>>>>>law. The message is intended solely for the named addressee. If >>>>>>>>>received in error, please destroy and notify the sender. Any >>>>>>>>>use of this email is prohibited when received in error. Impetus >>>>>>>>>does not represent, warrant and/or guarantee, that the >>>>>>>>>integrity of this communication has been maintained nor that >>>>>>>>>the communication is free of errors, virus, interception or >>>>>>>>>interference. >>>>>>>> >>>>>>> >>>>>>> >>>>>>>________________________________ >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>NOTE: This message may contain information that is confidential, >>>>>>>proprietary, privileged or otherwise protected by law. The >>>>>>>message is intended solely for the named addressee. If received >>>>>>>in error, please destroy and notify the sender. Any use of this >>>>>>>email is prohibited when received in error. Impetus does not >>>>>>>represent, warrant and/or guarantee, that the integrity of this >>>>>>>communication has been maintained nor that the communication is >>>>>>>free of errors, virus, interception or interference. >>>>>> >>>>> >>>>> >>>>>________________________________ >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>NOTE: This message may contain information that is confidential, >>>>>proprietary, privileged or otherwise protected by law. The message >>>>>is intended solely for the named addressee. If received in error, >>>>>please destroy and notify the sender. Any use of this email is >>>>>prohibited when received in error. Impetus does not represent, >>>>>warrant and/or guarantee, that the integrity of this communication >>>>>has been maintained nor that the communication is free of errors, >>>>>virus, interception or interference. >>>> >>> >>> >>>________________________________ >>> >>> >>> >>> >>> >>> >>>NOTE: This message may contain information that is confidential, >>>proprietary, privileged or otherwise protected by law. The message is >>>intended solely for the named addressee. If received in error, please >>>destroy and notify the sender. Any use of this email is prohibited >>>when received in error. Impetus does not represent, warrant and/or >>>guarantee, that the integrity of this communication has been >>>maintained nor that the communication is free of errors, virus, >>>interception or interference. >> > > >________________________________ > > > > > > >NOTE: This message may contain information that is confidential, >proprietary, privileged or otherwise protected by law. The message is >intended solely for the named addressee. If received in error, please >destroy and notify the sender. Any use of this email is prohibited when >received in error. Impetus does not represent, warrant and/or >guarantee, that the integrity of this communication has been maintained >nor that the communication is free of errors, virus, interception or >interference. ________________________________ NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.
