[jira] [Commented] (TRAFODION-1645) Add sql support to retrieve region space and access stats for trafodion tables

2015-11-24 Thread Anoop Sharma (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025846#comment-15025846
 ] 

Anoop Sharma commented on TRAFODION-1645:
-

Syntax of commands to retrieve region stats.

-- virtual table to represent region stats that is to be used in traf queries.
 TABLE(REGION STATS ())

-- Columns of stats virtual table
 CATALOG_NAME CHAR(256 BYTES)
 SCHEMA_NAME   CHAR(256 BYTES) 
 OBJECT_NAMECHAR(256 BYTES)
 REGION_NUM  LARGEINT
 REGION_NAMECHAR(512 BYTES) 
 NUM_STORES  INT NO DEFAULT NOT NULL
 NUM_STORE_FILES INT NO DEFAULT NOT NULL
 STORE_FILE_UNCOMP_SIZE   LARGEINT NOT NULL
 STORE_FILE_SIZELARGEINT NOT NULL
 MEM_STORE_SIZE   LARGEINT NOT NULL
 READ_REQUESTS_COUNT  LARGEINT NOT NULL
 WRITE_REQUESTS_COUNT LARGEINT NOT NULL
 
-- retrieve stats in relational form for table . One row returned 
per region.
   select * from table(region stats ())

-- retrieve stats in relational form for index . One row returned 
per region.
   select * from table(region stats (index ))

-- retrieve stats in relational for for multiple tables.
   This will return stats for all tables that are returned by the inner 'get 
tables' query.
  select * from table(region stats (using select * from (get tables in schema 
) x(a)))

-- retrieve formatted stats for table.
  This command will return stats in readable format with one row per stats 
entry.
 get region stats for table 
 get region stats for index 

-- retrieve formatted stats for multiple tables
  get region stats for (select * from (get tables in schema ) x(a)))


> Add sql support to retrieve region space and access stats for trafodion tables
> --
>
> Key: TRAFODION-1645
> URL: https://issues.apache.org/jira/browse/TRAFODION-1645
> Project: Apache Trafodion
>  Issue Type: New Feature
>Reporter: Anoop Sharma
>Assignee: Anoop Sharma
>Priority: Minor
>
> Add support to retrieve region related statistics using trafodion sql 
> commands.
> Capabilities needed are listed below:
> -- represent region space and access stats of a trafodion table or index as a 
>  
>virtual relational table
> -- run sql queries against that virtual table to return data. These queries
> could be used to aggregate or group or order returned data.
> -- provide support to return region stats in a formatted way for display
> -- provide support to return stats for multiple tables in one query



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming updated TRAFODION-1643:

Assignee: (was: Eason Zhang)

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: mashengchen
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1647) Trafci on linux shows the banner and copyright is null

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025958#comment-15025958
 ] 

ASF GitHub Bot commented on TRAFODION-1647:
---

GitHub user kevinxu021 opened a pull request:

https://github.com/apache/incubator-trafodion/pull/189

[TRAFODION-1647]Put unified copyrigit into Trafci

minus changes for copyright

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kevinxu021/incubator-trafodion a_trafci

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/189.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #189


commit 5a4dcb7ff213f3e419c0738d84c44d5380ca6d1a
Author: Kevin Xu 
Date:   2015-11-25T01:32:18Z

Put unified copyrigit into Trafci




> Trafci on linux shows the banner and copyright is null
> --
>
> Key: TRAFODION-1647
> URL: https://issues.apache.org/jira/browse/TRAFODION-1647
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-ci
>Affects Versions: 1.3-incubating
> Environment: centos6.7  and suse11
>Reporter: Gao, Rui-Xian
>
> on linux platform, install trafci with trafciinstaller.jar, then execute 
> trafci.sh from the install dirctory,  it shows the banner and copyright is 
> null
> [centos@rachel01 bin]$ ./trafci.sh
> Welcome to null Command Interface
> Copyright (c) null
> Host Name/IP Address:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming updated TRAFODION-1643:

Reporter: Michel Alessandrini  (was: mashengchen)

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: Michel Alessandrini
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming updated TRAFODION-1643:

Reporter: liu ming  (was: Michel Alessandrini)

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: liu ming
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025906#comment-15025906
 ] 

liu ming commented on TRAFODION-1643:
-

Reporter is Ma,ShengChen.
Liu Ming make some mistake to do assignment. Need to correct the owner asap

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: liu ming
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1647) Trafci on linux shows the banner and copyright is null

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15026019#comment-15026019
 ] 

ASF GitHub Bot commented on TRAFODION-1647:
---

Github user hegdean commented on a diff in the pull request:

https://github.com/apache/incubator-trafodion/pull/189#discussion_r45822943
  
--- Diff: core/conn/trafci/utils/trafci.sh ---
@@ -27,6 +27,8 @@
 #
 
 TRAFCI_CLASSPATH="##TRAFCI_CLASSPATH##"
+export TRAFODION_VER_PROD="##prodver##"
+export PRODUCT_COPYRIGHT_HEADER="##copyrighthdr##"
--- End diff --

How is ##prodver## being substituted?


> Trafci on linux shows the banner and copyright is null
> --
>
> Key: TRAFODION-1647
> URL: https://issues.apache.org/jira/browse/TRAFODION-1647
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-ci
>Affects Versions: 1.3-incubating
> Environment: centos6.7  and suse11
>Reporter: Gao, Rui-Xian
>
> on linux platform, install trafci with trafciinstaller.jar, then execute 
> trafci.sh from the install dirctory,  it shows the banner and copyright is 
> null
> [centos@rachel01 bin]$ ./trafci.sh
> Welcome to null Command Interface
> Copyright (c) null
> Host Name/IP Address:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1647) Trafci on linux shows the banner and copyright is null

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15026018#comment-15026018
 ] 

ASF GitHub Bot commented on TRAFODION-1647:
---

Github user hegdean commented on a diff in the pull request:

https://github.com/apache/incubator-trafodion/pull/189#discussion_r45822914
  
--- Diff: core/conn/trafci/build.xml ---
@@ -148,6 +148,8 @@
 


+   
+   
--- End diff --

The 2 new lines are redundant as the previous 2 lines (149 and 150) do the 
same thing


> Trafci on linux shows the banner and copyright is null
> --
>
> Key: TRAFODION-1647
> URL: https://issues.apache.org/jira/browse/TRAFODION-1647
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-ci
>Affects Versions: 1.3-incubating
> Environment: centos6.7  and suse11
>Reporter: Gao, Rui-Xian
>
> on linux platform, install trafci with trafciinstaller.jar, then execute 
> trafci.sh from the install dirctory,  it shows the banner and copyright is 
> null
> [centos@rachel01 bin]$ ./trafci.sh
> Welcome to null Command Interface
> Copyright (c) null
> Host Name/IP Address:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1647) Trafci on linux shows the banner and copyright is null

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15026037#comment-15026037
 ] 

ASF GitHub Bot commented on TRAFODION-1647:
---

Github user kevinxu021 commented on a diff in the pull request:

https://github.com/apache/incubator-trafodion/pull/189#discussion_r45823819
  
--- Diff: core/conn/trafci/utils/trafci.sh ---
@@ -27,6 +27,8 @@
 #
 
 TRAFCI_CLASSPATH="##TRAFCI_CLASSPATH##"
+export TRAFODION_VER_PROD="##prodver##"
+export PRODUCT_COPYRIGHT_HEADER="##copyrighthdr##"
--- End diff --

Thanks for comments. Already make changes in build.xml.


> Trafci on linux shows the banner and copyright is null
> --
>
> Key: TRAFODION-1647
> URL: https://issues.apache.org/jira/browse/TRAFODION-1647
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-ci
>Affects Versions: 1.3-incubating
> Environment: centos6.7  and suse11
>Reporter: Gao, Rui-Xian
>
> on linux platform, install trafci with trafciinstaller.jar, then execute 
> trafci.sh from the install dirctory,  it shows the banner and copyright is 
> null
> [centos@rachel01 bin]$ ./trafci.sh
> Welcome to null Command Interface
> Copyright (c) null
> Host Name/IP Address:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1644) 'initialize trafodion,drop' doesn't drop _DTM_ objects

2015-11-24 Thread Sean Broeder (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15026126#comment-15026126
 ] 

Sean Broeder commented on TRAFODION-1644:
-

I have made changes that are waiting to be merged.  The proper way to remove 
the TRAFODION._DTM_.* tables is to run the cleanat script in 
$MY_SQROOT/sql/scripts.  

If run in conjunction with an initialize trafodion, drop, the initialize 
trafodion, drop command should be run 1st, then cleanat, then sqstart.

If run as a separate task not in conjunction with an initialize trafodion, drop 
- make sure there are no applications altering the database when the command is 
issued.  As a safety measure cleanat performs an sqstop to ensure there are no 
DTM processes running which might expect a TLOG table to be present.

After running cleanat an sqstart is required to restart Trafodion. 

> 'initialize trafodion,drop' doesn't drop _DTM_ objects
> --
>
> Key: TRAFODION-1644
> URL: https://issues.apache.org/jira/browse/TRAFODION-1644
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: db-utility-backup-restore, sql-general
>Affects Versions: 2.0-incubating
>Reporter: Gao, Rui-Xian
>Assignee: Suresh Subbiah
>Priority: Minor
>
> currently, 'initialize trafodion, drop' doesn't drop all TRAFODION objects,  
> we need cleanup _DTM_ objects from hbase shell.
> >>initialize trafodion, drop;
> --- SQL operation complete.
> hbase(main):002:0> list 'TRAFODION.*'
> TABLE
> TRAFODION._DTM_.TLOG0_CONTROL_POINT
> TRAFODION._DTM_.TLOG0_LOG_0
> TRAFODION._DTM_.TLOG0_LOG_1
> TRAFODION._DTM_.TLOG0_LOG_2
> TRAFODION._DTM_.TLOG0_LOG_3
> TRAFODION._DTM_.TLOG0_LOG_4
> TRAFODION._DTM_.TLOG0_LOG_5
> TRAFODION._DTM_.TLOG0_LOG_6
> TRAFODION._DTM_.TLOG0_LOG_7
> TRAFODION._DTM_.TLOG0_LOG_8
> TRAFODION._DTM_.TLOG0_LOG_9
> TRAFODION._DTM_.TLOG0_LOG_a
> TRAFODION._DTM_.TLOG0_LOG_b
> TRAFODION._DTM_.TLOG0_LOG_c
> TRAFODION._DTM_.TLOG0_LOG_d
> TRAFODION._DTM_.TLOG0_LOG_e
> TRAFODION._DTM_.TLOG0_LOG_f
> TRAFODION._DTM_.TLOG1_CONTROL_POINT
> TRAFODION._DTM_.TLOG1_LOG_0
> TRAFODION._DTM_.TLOG1_LOG_1
> TRAFODION._DTM_.TLOG1_LOG_2
> TRAFODION._DTM_.TLOG1_LOG_3
> TRAFODION._DTM_.TLOG1_LOG_4
> TRAFODION._DTM_.TLOG1_LOG_5
> TRAFODION._DTM_.TLOG1_LOG_6
> TRAFODION._DTM_.TLOG1_LOG_7
> TRAFODION._DTM_.TLOG1_LOG_8
> TRAFODION._DTM_.TLOG1_LOG_9
> TRAFODION._DTM_.TLOG1_LOG_a
> TRAFODION._DTM_.TLOG1_LOG_b
> TRAFODION._DTM_.TLOG1_LOG_c
> TRAFODION._DTM_.TLOG1_LOG_d
> TRAFODION._DTM_.TLOG1_LOG_e
> TRAFODION._DTM_.TLOG1_LOG_f
> TRAFODION._DTM_.TLOG2_CONTROL_POINT
> TRAFODION._DTM_.TLOG2_LOG_0
> TRAFODION._DTM_.TLOG2_LOG_1
> TRAFODION._DTM_.TLOG2_LOG_2
> TRAFODION._DTM_.TLOG2_LOG_3
> TRAFODION._DTM_.TLOG2_LOG_4
> TRAFODION._DTM_.TLOG2_LOG_5
> TRAFODION._DTM_.TLOG2_LOG_6
> TRAFODION._DTM_.TLOG2_LOG_7
> TRAFODION._DTM_.TLOG2_LOG_8
> TRAFODION._DTM_.TLOG2_LOG_9
> TRAFODION._DTM_.TLOG2_LOG_a
> TRAFODION._DTM_.TLOG2_LOG_b
> TRAFODION._DTM_.TLOG2_LOG_c
> TRAFODION._DTM_.TLOG2_LOG_d
> TRAFODION._DTM_.TLOG2_LOG_e
> TRAFODION._DTM_.TLOG2_LOG_f
> 51 row(s) in 0.0320 seconds
> => ["TRAFODION._DTM_.TLOG0_CONTROL_POINT", "TRAFODION._DTM_.TLOG0_LOG_0", 
> "TRAFODION._DTM_.TLOG0_LOG_1", "TRAFODION._DTM_.TLOG0_LOG_2", 
> "TRAFODION._DTM_.TLOG0_LOG_3", "TRAFODION._DTM_.TLOG0_LOG_4", 
> "TRAFODION._DTM_.TLOG0_LOG_5", "TRAFODION._DTM_.TLOG0_LOG_6", 
> "TRAFODION._DTM_.TLOG0_LOG_7", "TRAFODION._DTM_.TLOG0_LOG_8", 
> "TRAFODION._DTM_.TLOG0_LOG_9", "TRAFODION._DTM_.TLOG0_LOG_a", 
> "TRAFODION._DTM_.TLOG0_LOG_b", "TRAFODION._DTM_.TLOG0_LOG_c", 
> "TRAFODION._DTM_.TLOG0_LOG_d", "TRAFODION._DTM_.TLOG0_LOG_e", 
> "TRAFODION._DTM_.TLOG0_LOG_f", "TRAFODION._DTM_.TLOG1_CONTROL_POINT", 
> "TRAFODION._DTM_.TLOG1_LOG_0", "TRAFODION._DTM_.TLOG1_LOG_1", 
> "TRAFODION._DTM_.TLOG1_LOG_2", "TRAFODION._DTM_.TLOG1_LOG_3", 
> "TRAFODION._DTM_.TLOG1_LOG_4", "TRAFODION._DTM_.TLOG1_LOG_5", 
> "TRAFODION._DTM_.TLOG1_LOG_6", "TRAFODION._DTM_.TLOG1_LOG_7", 
> "TRAFODION._DTM_.TLOG1_LOG_8", "TRAFODION._DTM_.TLOG1_LOG_9", 
> "TRAFODION._DTM_.TLOG1_LOG_a", "TRAFODION._DTM_.TLOG1_LOG_b", 
> "TRAFODION._DTM_.TLOG1_LOG_c", "TRAFODION._DTM_.TLOG1_LOG_d", 
> "TRAFODION._DTM_.TLOG1_LOG_e", "TRAFODION._DTM_.TLOG1_LOG_f", 
> "TRAFODION._DTM_.TLOG2_CONTROL_POINT", "TRAFODION._DTM_.TLOG2_LOG_0", 
> "TRAFODION._DTM_.TLOG2_LOG_1", "TRAFODION._DTM_.TLOG2_LOG_2", 
> "TRAFODION._DTM_.TLOG2_LOG_3", "TRAFODION._DTM_.TLOG2_LOG_4", 
> "TRAFODION._DTM_.TLOG2_LOG_5", "TRAFODION._DTM_.TLOG2_LOG_6", 
> "TRAFODION._DTM_.TLOG2_LOG_7", "TRAFODION._DTM_.TLOG2_LOG_8", 
> "TRAFODION._DTM_.TLOG2_LOG_9", "TRAFODION._DTM_.TLOG2_LOG_a", 
> "TRAFODION._DTM_.TLOG2_LOG_b", "TRAFODION._DTM_.TLOG2_LOG_c", 
> "TRAFODION._DTM_.TLOG2_LOG_d", "TRAFODION._DTM_.TLOG2_LOG_e", 
> "TRAFODION._DTM_.TLOG2_LOG_f"]



--
This message was sent by Atlassian 

[jira] [Commented] (TRAFODION-1184) LP Bug: 1445245 - Trafodion initialize failed due to Cloudera Configuration problem

2015-11-24 Thread Amanda Moran (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025545#comment-15025545
 ] 

Amanda Moran commented on TRAFODION-1184:
-

Will add check to make sure only the RegionServer Default Group is being used: 

foundGroup1=$(curl -su $USER:$PASSWORD 
http://$URL:7180/api/v10/clusters/$CLUSTERNAME/services/hbase/roleConfigGroups 
| grep displayName | grep "RegionServer Group 1" | wc -l)

if foundGroup1 -ge "1" then the installer must error out and the user must go 
fix Cloudera. 

This is now the default Cloudera configuration and this check will need to be 
added quickly, otherwise Trafodion will fail to initialize 


> LP Bug: 1445245 - Trafodion initialize failed due to Cloudera Configuration 
> problem
> ---
>
> Key: TRAFODION-1184
> URL: https://issues.apache.org/jira/browse/TRAFODION-1184
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Chris Tjepkema
>Assignee: Amanda Moran
>Priority: Critical
>
> Symptom:
> >>initialize trafodion;
> *** ERROR[8448] Unable to access Hbase interface. Call to 
> ExpHbaseInterface::rowExists returned error HBASE_ACCESS_ERROR(-705). Cause:
> java.io.IOException: Problem with calling coprocessor, no regions returned 
> result
> org.apache.hadoop.hbase.client.transactional.TransactionalTable.checkAndPut(TransactionalTable.java:451)
> org.apache.hadoop.hbase.client.transactional.RMInterface.checkAndPut(RMInterface.java:281)
> org.trafodion.sql.HBaseAccess.HTableClient.putRow(HTableClient.java:889)
> org.trafodion.sql.HBaseAccess.HTableClient.checkAndInsertRow(HTableClient.java:965)
> hbase shell list shows trafodion objects stop at TRAFODION._MD_.VIEWS_USAGE 
> and
> TRAFODION._REPOS_.METRIC_QUERY_AGGR_TABLE
> TRAFODION._REPOS_.METRIC_QUERY_TABLE
> TRAFODION._REPOS_.METRIC_SESSION_TABLE
> TRAFODION._REPOS_.METRIC_TEXT_TABLE
> Cause:
> Presence of both a RegionServer Default Group AND RegionServer Group 1
> After install, only the RegionServer Default Group had coprocessor 
> information 
> org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint,org.apache.hadoop.hbase.coprocessor.AggregateImplementation
> Solution:
> remove region server using wrong group and add using Default Group
> remove RegionServer Group 1
> Prevention:
> The install scanner should verify all regionservers used by trafodion use the 
> same RegionServer Default Group
> After the trafodion mods are run, perhaps the regionserver xml files could be 
> checked.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Work started] (TRAFODION-1184) LP Bug: 1445245 - Trafodion initialize failed due to Cloudera Configuration problem

2015-11-24 Thread Amanda Moran (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on TRAFODION-1184 started by Amanda Moran.
---
> LP Bug: 1445245 - Trafodion initialize failed due to Cloudera Configuration 
> problem
> ---
>
> Key: TRAFODION-1184
> URL: https://issues.apache.org/jira/browse/TRAFODION-1184
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Chris Tjepkema
>Assignee: Amanda Moran
>Priority: Critical
>
> Symptom:
> >>initialize trafodion;
> *** ERROR[8448] Unable to access Hbase interface. Call to 
> ExpHbaseInterface::rowExists returned error HBASE_ACCESS_ERROR(-705). Cause:
> java.io.IOException: Problem with calling coprocessor, no regions returned 
> result
> org.apache.hadoop.hbase.client.transactional.TransactionalTable.checkAndPut(TransactionalTable.java:451)
> org.apache.hadoop.hbase.client.transactional.RMInterface.checkAndPut(RMInterface.java:281)
> org.trafodion.sql.HBaseAccess.HTableClient.putRow(HTableClient.java:889)
> org.trafodion.sql.HBaseAccess.HTableClient.checkAndInsertRow(HTableClient.java:965)
> hbase shell list shows trafodion objects stop at TRAFODION._MD_.VIEWS_USAGE 
> and
> TRAFODION._REPOS_.METRIC_QUERY_AGGR_TABLE
> TRAFODION._REPOS_.METRIC_QUERY_TABLE
> TRAFODION._REPOS_.METRIC_SESSION_TABLE
> TRAFODION._REPOS_.METRIC_TEXT_TABLE
> Cause:
> Presence of both a RegionServer Default Group AND RegionServer Group 1
> After install, only the RegionServer Default Group had coprocessor 
> information 
> org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint,org.apache.hadoop.hbase.coprocessor.AggregateImplementation
> Solution:
> remove region server using wrong group and add using Default Group
> remove RegionServer Group 1
> Prevention:
> The install scanner should verify all regionservers used by trafodion use the 
> same RegionServer Default Group
> After the trafodion mods are run, perhaps the regionserver xml files could be 
> checked.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1641) Apparent inappropriate choice of MDAM in query plan

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025254#comment-15025254
 ] 

ASF GitHub Bot commented on TRAFODION-1641:
---

GitHub user DaveBirdsall opened a pull request:

https://github.com/apache/incubator-trafodion/pull/186

[TRAFODION-1641] Fix MDAM costing bugs

This set of changes is a partial fix to [TRAFODION-1641]. It does resolve 
the issue described in the JIRA (that is, the query now gets a better choice of 
MDAM plans), however as in many Optimizer changes, there are side effects that 
still remain to be fully evaluated. Follow-on work will address these if judged 
to be significant.

JIRA 1641 describes two bugs. This set of changes fixes bug #1: MDAM 
costing now takes into account the cumulative cost of each key column 
materialized. This set of changes partially fixes bug #2: It removes a bit of 
code that set the stop column for all MDAM plans to the last column (which 
caused MDAM plans to always traverse all keys, which can be grossly 
inefficient).

For queries not containing RangeSpec predicates with OR subtrees, these 
changes will allow MDAM to traverse a leading proper subset of columns, which 
often will be far more efficient. (For RangeSpec predicates containing OR 
subtrees, there is a heuristic in the code that presently causes all key 
columns to be traversed. This could be improved, and is part of the follow-on 
work.)

A side effect of these changes is that the cost computed for MDAM plans of 
2 or more key columns will be somewhat higher (and much higher when traversing 
key columns with high UEC). This may cause MDAM to be chosen less often than 
previously.

One example of this occurs in the regression test suites (seabase/TEST010): 
A single query there now chooses a full table scan instead of an index scan 
using MDAM. Not using MDAM is a good decision for this particular plan. I have 
not investigated, however, why a full table scan is chosen over a full index 
scan.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/DaveBirdsall/incubator-trafodion Traf1641

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafodion/pull/186.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #186


commit 3415443dee6e4e1074c2234e683c21ff31eb
Author: Dave Birdsall 
Date:   2015-11-24T19:55:38Z

[TRAFODION-1641] Fix MDAM costing bugs




> Apparent inappropriate choice of MDAM in query plan
> ---
>
> Key: TRAFODION-1641
> URL: https://issues.apache.org/jira/browse/TRAFODION-1641
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: sql-cmp
>Affects Versions: 1.3-incubating
>Reporter: David Wayne Birdsall
>Assignee: David Wayne Birdsall
>
> Details to be supplied.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1635) Scripts updates for lob persistent start and script for building sql messages

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025370#comment-15025370
 ] 

ASF GitHub Bot commented on TRAFODION-1635:
---

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/181


> Scripts updates for lob persistent start and script for building sql messages
> -
>
> Key: TRAFODION-1635
> URL: https://issues.apache.org/jira/browse/TRAFODION-1635
> Project: Apache Trafodion
>  Issue Type: Bug
>Affects Versions: 1.3-incubating
>Reporter: Sandhya Sundaresan
>Assignee: Sandhya Sundaresan
>
> A few issues that need to be fixed in Trafodion scripts :
> 1.The lobstart script has some errors that prevented the lob process from 
> being persistent on all nodes.
> 2. Also starting lob process when a node is reintegrated is missing.
> 3. makemsg.ksh that builds sql error messages errors out when pdcp is present 
> preventing single node testing. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TRAFODION-1634) Update stats on Hive tables is slow

2015-11-24 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TRAFODION-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15024812#comment-15024812
 ] 

ASF GitHub Bot commented on TRAFODION-1634:
---

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/184


> Update stats on Hive tables is slow
> ---
>
> Key: TRAFODION-1634
> URL: https://issues.apache.org/jira/browse/TRAFODION-1634
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: sql-cmp
>Reporter: Suresh Subbiah
>Assignee: Suresh Subbiah
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread mashengchen (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

mashengchen updated TRAFODION-1643:
---
Summary: instantiation of ScanInfo changed after hbase-0.98.8  (was: 
instantiation of ScanInfo changed after 0.98.8)

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: mashengchen
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1647) Trafci on linux shows the banner and copyright is null

2015-11-24 Thread Weiqing Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiqing Xu updated TRAFODION-1647:
--
Affects Version/s: (was: 1.0.1 (pre-incubation))

> Trafci on linux shows the banner and copyright is null
> --
>
> Key: TRAFODION-1647
> URL: https://issues.apache.org/jira/browse/TRAFODION-1647
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-ci
>Affects Versions: 1.3-incubating
> Environment: centos6.7  and suse11
>Reporter: Gao, Rui-Xian
>
> on linux platform, install trafci with trafciinstaller.jar, then execute 
> trafci.sh from the install dirctory,  it shows the banner and copyright is 
> null
> [centos@rachel01 bin]$ ./trafci.sh
> Welcome to null Command Interface
> Copyright (c) null
> Host Name/IP Address:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1644) 'initialize trafodion,drop' doesn't drop _DTM_ objects

2015-11-24 Thread Gao, Rui-Xian (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gao, Rui-Xian updated TRAFODION-1644:
-
Priority: Minor  (was: Major)

> 'initialize trafodion,drop' doesn't drop _DTM_ objects
> --
>
> Key: TRAFODION-1644
> URL: https://issues.apache.org/jira/browse/TRAFODION-1644
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: db-utility-backup-restore, sql-general
>Affects Versions: 2.0-incubating
>Reporter: Gao, Rui-Xian
>Assignee: Suresh Subbiah
>Priority: Minor
>
> currently, 'initialize trafodion, drop' doesn't drop all TRAFODION objects,  
> we need cleanup _DTM_ objects from hbase shell.
> >>initialize trafodion, drop;
> --- SQL operation complete.
> hbase(main):002:0> list 'TRAFODION.*'
> TABLE
> TRAFODION._DTM_.TLOG0_CONTROL_POINT
> TRAFODION._DTM_.TLOG0_LOG_0
> TRAFODION._DTM_.TLOG0_LOG_1
> TRAFODION._DTM_.TLOG0_LOG_2
> TRAFODION._DTM_.TLOG0_LOG_3
> TRAFODION._DTM_.TLOG0_LOG_4
> TRAFODION._DTM_.TLOG0_LOG_5
> TRAFODION._DTM_.TLOG0_LOG_6
> TRAFODION._DTM_.TLOG0_LOG_7
> TRAFODION._DTM_.TLOG0_LOG_8
> TRAFODION._DTM_.TLOG0_LOG_9
> TRAFODION._DTM_.TLOG0_LOG_a
> TRAFODION._DTM_.TLOG0_LOG_b
> TRAFODION._DTM_.TLOG0_LOG_c
> TRAFODION._DTM_.TLOG0_LOG_d
> TRAFODION._DTM_.TLOG0_LOG_e
> TRAFODION._DTM_.TLOG0_LOG_f
> TRAFODION._DTM_.TLOG1_CONTROL_POINT
> TRAFODION._DTM_.TLOG1_LOG_0
> TRAFODION._DTM_.TLOG1_LOG_1
> TRAFODION._DTM_.TLOG1_LOG_2
> TRAFODION._DTM_.TLOG1_LOG_3
> TRAFODION._DTM_.TLOG1_LOG_4
> TRAFODION._DTM_.TLOG1_LOG_5
> TRAFODION._DTM_.TLOG1_LOG_6
> TRAFODION._DTM_.TLOG1_LOG_7
> TRAFODION._DTM_.TLOG1_LOG_8
> TRAFODION._DTM_.TLOG1_LOG_9
> TRAFODION._DTM_.TLOG1_LOG_a
> TRAFODION._DTM_.TLOG1_LOG_b
> TRAFODION._DTM_.TLOG1_LOG_c
> TRAFODION._DTM_.TLOG1_LOG_d
> TRAFODION._DTM_.TLOG1_LOG_e
> TRAFODION._DTM_.TLOG1_LOG_f
> TRAFODION._DTM_.TLOG2_CONTROL_POINT
> TRAFODION._DTM_.TLOG2_LOG_0
> TRAFODION._DTM_.TLOG2_LOG_1
> TRAFODION._DTM_.TLOG2_LOG_2
> TRAFODION._DTM_.TLOG2_LOG_3
> TRAFODION._DTM_.TLOG2_LOG_4
> TRAFODION._DTM_.TLOG2_LOG_5
> TRAFODION._DTM_.TLOG2_LOG_6
> TRAFODION._DTM_.TLOG2_LOG_7
> TRAFODION._DTM_.TLOG2_LOG_8
> TRAFODION._DTM_.TLOG2_LOG_9
> TRAFODION._DTM_.TLOG2_LOG_a
> TRAFODION._DTM_.TLOG2_LOG_b
> TRAFODION._DTM_.TLOG2_LOG_c
> TRAFODION._DTM_.TLOG2_LOG_d
> TRAFODION._DTM_.TLOG2_LOG_e
> TRAFODION._DTM_.TLOG2_LOG_f
> 51 row(s) in 0.0320 seconds
> => ["TRAFODION._DTM_.TLOG0_CONTROL_POINT", "TRAFODION._DTM_.TLOG0_LOG_0", 
> "TRAFODION._DTM_.TLOG0_LOG_1", "TRAFODION._DTM_.TLOG0_LOG_2", 
> "TRAFODION._DTM_.TLOG0_LOG_3", "TRAFODION._DTM_.TLOG0_LOG_4", 
> "TRAFODION._DTM_.TLOG0_LOG_5", "TRAFODION._DTM_.TLOG0_LOG_6", 
> "TRAFODION._DTM_.TLOG0_LOG_7", "TRAFODION._DTM_.TLOG0_LOG_8", 
> "TRAFODION._DTM_.TLOG0_LOG_9", "TRAFODION._DTM_.TLOG0_LOG_a", 
> "TRAFODION._DTM_.TLOG0_LOG_b", "TRAFODION._DTM_.TLOG0_LOG_c", 
> "TRAFODION._DTM_.TLOG0_LOG_d", "TRAFODION._DTM_.TLOG0_LOG_e", 
> "TRAFODION._DTM_.TLOG0_LOG_f", "TRAFODION._DTM_.TLOG1_CONTROL_POINT", 
> "TRAFODION._DTM_.TLOG1_LOG_0", "TRAFODION._DTM_.TLOG1_LOG_1", 
> "TRAFODION._DTM_.TLOG1_LOG_2", "TRAFODION._DTM_.TLOG1_LOG_3", 
> "TRAFODION._DTM_.TLOG1_LOG_4", "TRAFODION._DTM_.TLOG1_LOG_5", 
> "TRAFODION._DTM_.TLOG1_LOG_6", "TRAFODION._DTM_.TLOG1_LOG_7", 
> "TRAFODION._DTM_.TLOG1_LOG_8", "TRAFODION._DTM_.TLOG1_LOG_9", 
> "TRAFODION._DTM_.TLOG1_LOG_a", "TRAFODION._DTM_.TLOG1_LOG_b", 
> "TRAFODION._DTM_.TLOG1_LOG_c", "TRAFODION._DTM_.TLOG1_LOG_d", 
> "TRAFODION._DTM_.TLOG1_LOG_e", "TRAFODION._DTM_.TLOG1_LOG_f", 
> "TRAFODION._DTM_.TLOG2_CONTROL_POINT", "TRAFODION._DTM_.TLOG2_LOG_0", 
> "TRAFODION._DTM_.TLOG2_LOG_1", "TRAFODION._DTM_.TLOG2_LOG_2", 
> "TRAFODION._DTM_.TLOG2_LOG_3", "TRAFODION._DTM_.TLOG2_LOG_4", 
> "TRAFODION._DTM_.TLOG2_LOG_5", "TRAFODION._DTM_.TLOG2_LOG_6", 
> "TRAFODION._DTM_.TLOG2_LOG_7", "TRAFODION._DTM_.TLOG2_LOG_8", 
> "TRAFODION._DTM_.TLOG2_LOG_9", "TRAFODION._DTM_.TLOG2_LOG_a", 
> "TRAFODION._DTM_.TLOG2_LOG_b", "TRAFODION._DTM_.TLOG2_LOG_c", 
> "TRAFODION._DTM_.TLOG2_LOG_d", "TRAFODION._DTM_.TLOG2_LOG_e", 
> "TRAFODION._DTM_.TLOG2_LOG_f"]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1647) Trafci on linux shows the banner and copyright is null

2015-11-24 Thread Weiqing Xu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiqing Xu updated TRAFODION-1647:
--
Affects Version/s: 1.3-incubating

> Trafci on linux shows the banner and copyright is null
> --
>
> Key: TRAFODION-1647
> URL: https://issues.apache.org/jira/browse/TRAFODION-1647
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: client-ci
>Affects Versions: 1.3-incubating
> Environment: centos6.7  and suse11
>Reporter: Gao, Rui-Xian
>
> on linux platform, install trafci with trafciinstaller.jar, then execute 
> trafci.sh from the install dirctory,  it shows the banner and copyright is 
> null
> [centos@rachel01 bin]$ ./trafci.sh
> Welcome to null Command Interface
> Copyright (c) null
> Host Name/IP Address:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1644) 'initialize trafodion,drop' doesn't drop _DTM_ objects

2015-11-24 Thread Gao, Rui-Xian (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gao, Rui-Xian updated TRAFODION-1644:
-
Priority: Major  (was: Minor)

> 'initialize trafodion,drop' doesn't drop _DTM_ objects
> --
>
> Key: TRAFODION-1644
> URL: https://issues.apache.org/jira/browse/TRAFODION-1644
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: db-utility-backup-restore, sql-general
>Affects Versions: 2.0-incubating
>Reporter: Gao, Rui-Xian
>Assignee: Suresh Subbiah
>
> currently, 'initialize trafodion, drop' doesn't drop all TRAFODION objects,  
> we need cleanup _DTM_ objects from hbase shell.
> >>initialize trafodion, drop;
> --- SQL operation complete.
> hbase(main):002:0> list 'TRAFODION.*'
> TABLE
> TRAFODION._DTM_.TLOG0_CONTROL_POINT
> TRAFODION._DTM_.TLOG0_LOG_0
> TRAFODION._DTM_.TLOG0_LOG_1
> TRAFODION._DTM_.TLOG0_LOG_2
> TRAFODION._DTM_.TLOG0_LOG_3
> TRAFODION._DTM_.TLOG0_LOG_4
> TRAFODION._DTM_.TLOG0_LOG_5
> TRAFODION._DTM_.TLOG0_LOG_6
> TRAFODION._DTM_.TLOG0_LOG_7
> TRAFODION._DTM_.TLOG0_LOG_8
> TRAFODION._DTM_.TLOG0_LOG_9
> TRAFODION._DTM_.TLOG0_LOG_a
> TRAFODION._DTM_.TLOG0_LOG_b
> TRAFODION._DTM_.TLOG0_LOG_c
> TRAFODION._DTM_.TLOG0_LOG_d
> TRAFODION._DTM_.TLOG0_LOG_e
> TRAFODION._DTM_.TLOG0_LOG_f
> TRAFODION._DTM_.TLOG1_CONTROL_POINT
> TRAFODION._DTM_.TLOG1_LOG_0
> TRAFODION._DTM_.TLOG1_LOG_1
> TRAFODION._DTM_.TLOG1_LOG_2
> TRAFODION._DTM_.TLOG1_LOG_3
> TRAFODION._DTM_.TLOG1_LOG_4
> TRAFODION._DTM_.TLOG1_LOG_5
> TRAFODION._DTM_.TLOG1_LOG_6
> TRAFODION._DTM_.TLOG1_LOG_7
> TRAFODION._DTM_.TLOG1_LOG_8
> TRAFODION._DTM_.TLOG1_LOG_9
> TRAFODION._DTM_.TLOG1_LOG_a
> TRAFODION._DTM_.TLOG1_LOG_b
> TRAFODION._DTM_.TLOG1_LOG_c
> TRAFODION._DTM_.TLOG1_LOG_d
> TRAFODION._DTM_.TLOG1_LOG_e
> TRAFODION._DTM_.TLOG1_LOG_f
> TRAFODION._DTM_.TLOG2_CONTROL_POINT
> TRAFODION._DTM_.TLOG2_LOG_0
> TRAFODION._DTM_.TLOG2_LOG_1
> TRAFODION._DTM_.TLOG2_LOG_2
> TRAFODION._DTM_.TLOG2_LOG_3
> TRAFODION._DTM_.TLOG2_LOG_4
> TRAFODION._DTM_.TLOG2_LOG_5
> TRAFODION._DTM_.TLOG2_LOG_6
> TRAFODION._DTM_.TLOG2_LOG_7
> TRAFODION._DTM_.TLOG2_LOG_8
> TRAFODION._DTM_.TLOG2_LOG_9
> TRAFODION._DTM_.TLOG2_LOG_a
> TRAFODION._DTM_.TLOG2_LOG_b
> TRAFODION._DTM_.TLOG2_LOG_c
> TRAFODION._DTM_.TLOG2_LOG_d
> TRAFODION._DTM_.TLOG2_LOG_e
> TRAFODION._DTM_.TLOG2_LOG_f
> 51 row(s) in 0.0320 seconds
> => ["TRAFODION._DTM_.TLOG0_CONTROL_POINT", "TRAFODION._DTM_.TLOG0_LOG_0", 
> "TRAFODION._DTM_.TLOG0_LOG_1", "TRAFODION._DTM_.TLOG0_LOG_2", 
> "TRAFODION._DTM_.TLOG0_LOG_3", "TRAFODION._DTM_.TLOG0_LOG_4", 
> "TRAFODION._DTM_.TLOG0_LOG_5", "TRAFODION._DTM_.TLOG0_LOG_6", 
> "TRAFODION._DTM_.TLOG0_LOG_7", "TRAFODION._DTM_.TLOG0_LOG_8", 
> "TRAFODION._DTM_.TLOG0_LOG_9", "TRAFODION._DTM_.TLOG0_LOG_a", 
> "TRAFODION._DTM_.TLOG0_LOG_b", "TRAFODION._DTM_.TLOG0_LOG_c", 
> "TRAFODION._DTM_.TLOG0_LOG_d", "TRAFODION._DTM_.TLOG0_LOG_e", 
> "TRAFODION._DTM_.TLOG0_LOG_f", "TRAFODION._DTM_.TLOG1_CONTROL_POINT", 
> "TRAFODION._DTM_.TLOG1_LOG_0", "TRAFODION._DTM_.TLOG1_LOG_1", 
> "TRAFODION._DTM_.TLOG1_LOG_2", "TRAFODION._DTM_.TLOG1_LOG_3", 
> "TRAFODION._DTM_.TLOG1_LOG_4", "TRAFODION._DTM_.TLOG1_LOG_5", 
> "TRAFODION._DTM_.TLOG1_LOG_6", "TRAFODION._DTM_.TLOG1_LOG_7", 
> "TRAFODION._DTM_.TLOG1_LOG_8", "TRAFODION._DTM_.TLOG1_LOG_9", 
> "TRAFODION._DTM_.TLOG1_LOG_a", "TRAFODION._DTM_.TLOG1_LOG_b", 
> "TRAFODION._DTM_.TLOG1_LOG_c", "TRAFODION._DTM_.TLOG1_LOG_d", 
> "TRAFODION._DTM_.TLOG1_LOG_e", "TRAFODION._DTM_.TLOG1_LOG_f", 
> "TRAFODION._DTM_.TLOG2_CONTROL_POINT", "TRAFODION._DTM_.TLOG2_LOG_0", 
> "TRAFODION._DTM_.TLOG2_LOG_1", "TRAFODION._DTM_.TLOG2_LOG_2", 
> "TRAFODION._DTM_.TLOG2_LOG_3", "TRAFODION._DTM_.TLOG2_LOG_4", 
> "TRAFODION._DTM_.TLOG2_LOG_5", "TRAFODION._DTM_.TLOG2_LOG_6", 
> "TRAFODION._DTM_.TLOG2_LOG_7", "TRAFODION._DTM_.TLOG2_LOG_8", 
> "TRAFODION._DTM_.TLOG2_LOG_9", "TRAFODION._DTM_.TLOG2_LOG_a", 
> "TRAFODION._DTM_.TLOG2_LOG_b", "TRAFODION._DTM_.TLOG2_LOG_c", 
> "TRAFODION._DTM_.TLOG2_LOG_d", "TRAFODION._DTM_.TLOG2_LOG_e", 
> "TRAFODION._DTM_.TLOG2_LOG_f"]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming reassigned TRAFODION-1643:
---

Assignee: liu ming

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: mashengchen
>Assignee: liu ming
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming reassigned TRAFODION-1643:
---

Assignee: liu ming  (was: Eason Zhang)

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: mashengchen
>Assignee: liu ming
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TRAFODION-1643) instantiation of ScanInfo changed after hbase-0.98.8

2015-11-24 Thread liu ming (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRAFODION-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

liu ming updated TRAFODION-1643:

Assignee: Eason Zhang  (was: liu ming)

> instantiation of ScanInfo changed after hbase-0.98.8
> 
>
> Key: TRAFODION-1643
> URL: https://issues.apache.org/jira/browse/TRAFODION-1643
> Project: Apache Trafodion
>  Issue Type: Bug
>Reporter: mashengchen
>Assignee: Eason Zhang
>
> after hbase-0.98.8(include 0.98.8), the instantiation process of 
> ScanInfo(class) is different from before, which need KeepDeletedCells(enum) 
> as parameter instead of boolean.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)