[JBoss JIRA] (TEIID-4594) Add ability to read Parquet Files
by Aditya Manglam Sharma (Jira)
[ https://issues.redhat.com/browse/TEIID-4594?page=com.atlassian.jira.plugi... ]
Aditya Manglam Sharma commented on TEIID-4594:
----------------------------------------------
> For reference we would see the common representations possible in the Hive metastore. Presumably a file single source can define a number of parquet tables
What do you mean by this [~shawkins]?
> Add ability to read Parquet Files
> ---------------------------------
>
> Key: TEIID-4594
> URL: https://issues.redhat.com/browse/TEIID-4594
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 9.2
> Reporter: Van Halbert
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 15.0
>
>
> Integration with Parquet files on Gluster is an important requirement. RADAnalytics will be accessing data from Parquet which is a common file format for Spark.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5985) Disinformational exception messages when Salesforce is down
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5985?page=com.atlassian.jira.plugi... ]
Steven Hawkins moved TEIIDSB-217 to TEIID-5985:
-----------------------------------------------
Project: Teiid (was: Teiid Spring Boot)
Key: TEIID-5985 (was: TEIIDSB-217)
Issue Type: Quality Risk (was: Bug)
Component/s: Salesforce Connector
(was: datasource)
> Disinformational exception messages when Salesforce is down
> -----------------------------------------------------------
>
> Key: TEIID-5985
> URL: https://issues.redhat.com/browse/TEIID-5985
> Project: Teiid
> Issue Type: Quality Risk
> Components: Salesforce Connector
> Reporter: Renat Eskenin
> Priority: Major
>
> When Salesforce is down we have Exceptions as
> {code}
> TEIID30504 salesforce: null; nested exception is org.teiid.jdbc.TeiidSQLException: TEIID30504 salesforce: null
> {code}
> It is all information in exception about caused problem :(
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIIDSB-217) Disinformational exception messages when Salesforce is down
by Renat Eskenin (Jira)
[ https://issues.redhat.com/browse/TEIIDSB-217?page=com.atlassian.jira.plug... ]
Renat Eskenin commented on TEIIDSB-217:
---------------------------------------
Full stack trace:
{code}
TEIID30020 Processing exception for request ZtaLtL6Fablj.0 'TEIID30504 salesforce: null'. Originally TeiidProcessingException java.lang.J9VMInternals.newInstanceImpl(Native Method).
org.teiid.core.TeiidProcessingException: TEIID30504 salesforce: null
at org.teiid.dqp.internal.process.DataTierTupleSource.exceptionOccurred(DataTierTupleSource.java:397)
at org.teiid.dqp.internal.process.DataTierTupleSource.nextTuple(DataTierTupleSource.java:157)
at org.teiid.query.processor.relational.AccessNode.nextBatchDirect(AccessNode.java:401)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:277)
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:160)
at org.teiid.query.processor.relational.SourceState.prefetch(SourceState.java:207)
at org.teiid.query.processor.relational.SourceState.rowCountLE(SourceState.java:154)
at org.teiid.query.processor.relational.EnhancedSortMergeJoinStrategy.shouldIndex(EnhancedSortMergeJoinStrategy.java:360)
at org.teiid.query.processor.relational.EnhancedSortMergeJoinStrategy.loadRight(EnhancedSortMergeJoinStrategy.java:250)
at org.teiid.query.processor.relational.JoinNode.nextBatchDirectInternal(JoinNode.java:257)
at org.teiid.query.processor.relational.JoinNode.nextBatchDirect(JoinNode.java:200)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:277)
at org.teiid.query.processor.relational.ProjectNode.nextBatchDirect(ProjectNode.java:146)
at org.teiid.query.processor.relational.RelationalNode.nextBatch(RelationalNode.java:277)
at org.teiid.query.processor.relational.RelationalPlan.nextBatch(RelationalPlan.java:139)
at org.teiid.query.processor.QueryProcessor.nextBatchDirect(QueryProcessor.java:147)
at org.teiid.query.processor.QueryProcessor.nextBatch(QueryProcessor.java:110)
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:160)
at org.teiid.query.processor.BatchCollector.collectTuples(BatchCollector.java:142)
at org.teiid.dqp.internal.process.RequestWorkItem.processMore(RequestWorkItem.java:491)
at org.teiid.dqp.internal.process.RequestWorkItem.process(RequestWorkItem.java:361)
at org.teiid.dqp.internal.process.AbstractWorkItem.run(AbstractWorkItem.java:43)
at org.teiid.dqp.internal.process.RequestWorkItem.run(RequestWorkItem.java:284)
at org.teiid.dqp.internal.process.DQPCore.executeRequest(DQPCore.java:361)
at org.teiid.dqp.internal.process.DQPCore.executeRequest(DQPCore.java:276)
at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.teiid.logging.LogManager$LoggingProxy.invoke(LogManager.java:119)
at org.teiid.transport.SessionCheckingProxy.invoke(SessionCheckingProxy.java:60)
at com.sun.proxy.$Proxy141.executeRequest(Unknown Source)
at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.teiid.transport.LocalServerConnection$1$1.call(LocalServerConnection.java:212)
at java.util.concurrent.FutureTask.run(Unknown Source)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:281)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:265)
at org.teiid.transport.LocalServerConnection$1.invoke(LocalServerConnection.java:210)
at com.sun.proxy.$Proxy141.executeRequest(Unknown Source)
at org.teiid.jdbc.StatementImpl.execute(StatementImpl.java:748)
at org.teiid.jdbc.StatementImpl.executeSql(StatementImpl.java:578)
at org.teiid.jdbc.PreparedStatementImpl.executeQuery(PreparedStatementImpl.java:313)
at org.teiid.jdbc.PreparedStatementImpl.executeQuery(PreparedStatementImpl.java:72)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:677)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:668)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:693)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.queryForRowSet(NamedParameterJdbcTemplate.java:307)
at com.veeam.esb.dao.DataAccess.lambda$getData$0(DataAccess.java:100)
at com.veeam.esb.dao.DataAccess$$Lambda$931.00000000340C2460.get(Unknown Source)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.teiid.translator.TranslatorException: null
at org.teiid.salesforce.BaseSalesforceConnection.query(BaseSalesforceConnection.java:204)
at org.teiid.salesforce.BaseSalesforceConnection$$FastClassBySpringCGLIB$$9e945418.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at com.veeam.esb.components.ReusableSalesforceConnection$$EnhancerBySpringCGLIB$$88dad2bb.query(<generated>)
at org.teiid.translator.salesforce.execution.QueryExecutionImpl.execute(QueryExecutionImpl.java:249)
at org.teiid.dqp.internal.datamgr.ConnectorWorkItem.execute(ConnectorWorkItem.java:402)
at sun.reflect.GeneratedMethodAccessor108.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.teiid.dqp.internal.datamgr.ConnectorManager$1.invoke(ConnectorManager.java:228)
at com.sun.proxy.$Proxy207.execute(Unknown Source)
at org.teiid.dqp.internal.process.DataTierTupleSource.getResults(DataTierTupleSource.java:302)
at org.teiid.dqp.internal.process.DataTierTupleSource$1.call(DataTierTupleSource.java:108)
at org.teiid.dqp.internal.process.DataTierTupleSource$1.call(DataTierTupleSource.java:104)
at java.util.concurrent.FutureTask.run(Unknown Source)
at org.teiid.dqp.internal.process.FutureWork.run(FutureWork.java:59)
at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:281)
at org.teiid.dqp.internal.process.ThreadReuseExecutor$RunnableWrapper.run(ThreadReuseExecutor.java:124)
at org.teiid.dqp.internal.process.ThreadReuseExecutor$2.run(ThreadReuseExecutor.java:212)
... 3 common frames omitted
Caused by: com.sforce.soap.partner.fault.UnexpectedErrorFault: null
at java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at com.sforce.ws.bind.TypeMapper.readSingle(TypeMapper.java:673)
at com.sforce.ws.bind.TypeMapper.readObject(TypeMapper.java:556)
at com.sforce.ws.transport.SoapConnection.parseDetail(SoapConnection.java:236)
at com.sforce.ws.transport.SoapConnection.createException(SoapConnection.java:210)
at com.sforce.ws.transport.SoapConnection.receive(SoapConnection.java:156)
at com.sforce.ws.transport.SoapConnection.send(SoapConnection.java:99)
at com.sforce.soap.partner.PartnerConnection.query(PartnerConnection.java:1197)
at org.teiid.salesforce.BaseSalesforceConnection.query(BaseSalesforceConnection.java:193)
... 26 common frames omitted
{code}
> Disinformational exception messages when Salesforce is down
> -----------------------------------------------------------
>
> Key: TEIIDSB-217
> URL: https://issues.redhat.com/browse/TEIIDSB-217
> Project: Teiid Spring Boot
> Issue Type: Bug
> Components: datasource
> Reporter: Renat Eskenin
> Priority: Major
>
> When Salesforce is down we have Exceptions as
> {code}
> TEIID30504 salesforce: null; nested exception is org.teiid.jdbc.TeiidSQLException: TEIID30504 salesforce: null
> {code}
> It is all information in exception about caused problem :(
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5974) Can't Use Console to Change Logging Configuration
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5974?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5974:
----------------------------------
Story Points: 1
> Can't Use Console to Change Logging Configuration
> -------------------------------------------------
>
> Key: TEIID-5974
> URL: https://issues.redhat.com/browse/TEIID-5974
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 12.2
> Reporter: Mike Higgins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 15.0
>
>
> Could be a problem on my end, but Installing this version with Wildfly does not let me access the configuration->logging web console page. It comes up blank. I use this to change the command logging level on a running server.
> Seems to happen in version 13, also.
> I tried using the checkboxes in subsystem>teiid>configure>logging but they did not seem to change the level.
>
> Please let me know if this if reproducible for you.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5974) Can't Use Console to Change Logging Configuration
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5974?page=com.atlassian.jira.plugi... ]
Steven Hawkins commented on TEIID-5974:
---------------------------------------
Unfortunately this is not something that could be quickly addressed. Our console build is based upon https://github.com/hal/core which has since undergone restructuring.
> Can't Use Console to Change Logging Configuration
> -------------------------------------------------
>
> Key: TEIID-5974
> URL: https://issues.redhat.com/browse/TEIID-5974
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 12.2
> Reporter: Mike Higgins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 15.0
>
>
> Could be a problem on my end, but Installing this version with Wildfly does not let me access the configuration->logging web console page. It comes up blank. I use this to change the command logging level on a running server.
> Seems to happen in version 13, also.
> I tried using the checkboxes in subsystem>teiid>configure>logging but they did not seem to change the level.
>
> Please let me know if this if reproducible for you.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5974) Can't Use Console to Change Logging Configuration
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5974?page=com.atlassian.jira.plugi... ]
Steven Hawkins commented on TEIID-5974:
---------------------------------------
This appears to be an issue with our console distribution. The problem exists even with the WildFly default configuration in our Teiid kit, but does not appear on a stock wildfly instance. I'll see if our console needs updated.
> Can't Use Console to Change Logging Configuration
> -------------------------------------------------
>
> Key: TEIID-5974
> URL: https://issues.redhat.com/browse/TEIID-5974
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 12.2
> Reporter: Mike Higgins
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 15.0
>
>
> Could be a problem on my end, but Installing this version with Wildfly does not let me access the configuration->logging web console page. It comes up blank. I use this to change the command logging level on a running server.
> Seems to happen in version 13, also.
> I tried using the checkboxes in subsystem>teiid>configure>logging but they did not seem to change the level.
>
> Please let me know if this if reproducible for you.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months
[JBoss JIRA] (TEIID-5983) domain mode install issue with odata role
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5983?focusedWorklogId=12451714&pag... ]
Steven Hawkins logged work on TEIID-5983:
-----------------------------------------
Author: Steven Hawkins
Created on: 08/Jul/20 10:16 AM
Start Date: 08/Jul/20 10:16 AM
Worklog Time Spent: 1 hour
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 1 hour)
Time Spent: 1 hour
Worklog Id: (was: 12451714)
> domain mode install issue with odata role
> -----------------------------------------
>
> Key: TEIID-5983
> URL: https://issues.redhat.com/browse/TEIID-5983
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1, 15.0, 14.0.1
>
> Original Estimate: 1 hour
> Time Spent: 1 hour
> Remaining Estimate: 0 minutes
>
> The domain install has a copy paste error in setting up the odata role.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 6 months