[
https://issues.apache.org/jira/browse/LENS-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302557#comment-14302557
]
Amareshwari Sriramadasu commented on LENS-32:
---------------------------------------------
Looked at the latest failures :
Here are the causes of test failures :
TestLensDimensionTableCommands :
{noformat}
2015-02-02 17:36:07,285 (Grizzly-worker(14)) [ERROR -
org.apache.hadoop.hive.ql.metadata.Hive.getTable(Hive.java:970)]
NoSuchObjectException(message:my_db.dim_table2 table not found)
at
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_table(HiveMetaStore.java:1561)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:105)
at com.sun.proxy.$Proxy53.get_table(Unknown Source)
at
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTable(HiveMetaStoreClient.java:1018)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:89)
at com.sun.proxy.$Proxy54.getTable(Unknown Source)
at org.apache.hadoop.hive.ql.metadata.Hive.getTable(Hive.java:967)
at org.apache.hadoop.hive.ql.metadata.Hive.getTable(Hive.java:909)
at
org.apache.lens.cube.metadata.CubeMetastoreClient.getTable(CubeMetastoreClient.java:742)
at
org.apache.lens.cube.metadata.CubeMetastoreClient.getDimensionTable(CubeMetastoreClient.java:923)
{noformat}
and TestLensQueryCommands :
{noformat}
java.lang.AssertionError: Storage list contains local storage list is
dim_local file used is /tmp/local-local.xml expected [false] but found [true]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertFalse(Assert.java:63)
at
org.apache.lens.cli.TestLensStorageCommands.addLocalStorage(TestLensStorageCommands.java:108)
at
org.apache.lens.cli.TestLensDimensionTableCommands.addDim1Table(TestLensDimensionTableCommands.java:86)
at
org.apache.lens.cli.TestLensQueryCommands.setup(TestLensQueryCommands.java:270)
at
org.apache.lens.cli.TestLensQueryCommands.testQueryCommands(TestLensQueryCommands.java:71)
{noformat}
Seems synchronization issues again. Will upload patch soon.
> CLI tests failed on jenkins builds
> ----------------------------------
>
> Key: LENS-32
> URL: https://issues.apache.org/jira/browse/LENS-32
> Project: Apache Lens
> Issue Type: Bug
> Reporter: Amareshwari Sriramadasu
> Priority: Critical
> Fix For: 2.1
>
> Attachments: LENS-32.patch
>
>
> Here is the test report :
> https://builds.apache.org/view/H-L/view/Lens/job/Lens-Commit/2/testReport/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)