[jira] [Work started] (TRAFODION-1920) suppress SQL error during HIVE_SCAN when encounter invalid value, assign null to the invalid value

2016-04-07 Thread liu ming (JIRA)

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

Work on TRAFODION-1920 started by liu ming.
---
> suppress SQL error during HIVE_SCAN when encounter invalid value, assign null 
> to the invalid value
> --
>
> Key: TRAFODION-1920
> URL: https://issues.apache.org/jira/browse/TRAFODION-1920
> Project: Apache Trafodion
>  Issue Type: Sub-task
>Reporter: liu ming
>Assignee: liu ming
>




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


[jira] [Created] (TRAFODION-1926) Prepare documentation for TLP

2016-04-07 Thread Gunnar Tapper (JIRA)
Gunnar Tapper created TRAFODION-1926:


 Summary: Prepare documentation for TLP
 Key: TRAFODION-1926
 URL: https://issues.apache.org/jira/browse/TRAFODION-1926
 Project: Apache Trafodion
  Issue Type: Bug
Affects Versions: 2.0-incubating, 1.3-incubating
Reporter: Gunnar Tapper
Assignee: Gunnar Tapper


In preparation for an easier TLP update:

Update manuals to use parameters for items such as links (trafodion.apache.org 
rather than trafodion.incubator.apache.org), support e-mails, product naming, 
etc.



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


[jira] [Created] (TRAFODION-1925) Product Overview Guide

2016-04-07 Thread Gunnar Tapper (JIRA)
Gunnar Tapper created TRAFODION-1925:


 Summary: Product Overview Guide
 Key: TRAFODION-1925
 URL: https://issues.apache.org/jira/browse/TRAFODION-1925
 Project: Apache Trafodion
  Issue Type: Bug
Affects Versions: 2.0-incubating, 1.3-incubating
Reporter: Gunnar Tapper
Assignee: Gunnar Tapper


We need a Product Overview manual that describes the product and threads 
through the different documents. Replacement for Arch Guide Plus additional 
information.



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


[jira] [Closed] (TRAFODION-1518) Missing fully qualified path for 'ip' from dcs bind script

2016-04-07 Thread Anuradha Hegde (JIRA)

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

Anuradha Hegde closed TRAFODION-1518.
-
Resolution: Fixed

> Missing fully qualified path for 'ip' from dcs bind script
> --
>
> Key: TRAFODION-1518
> URL: https://issues.apache.org/jira/browse/TRAFODION-1518
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-dcs
>Reporter: Anuradha Hegde
>Assignee: Anuradha Hegde
>
> Missing the fully qualified path name for 'ip'  in dcsbind.sh script



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


[jira] [Assigned] (TRAFODION-1518) Missing fully qualified path for 'ip' from dcs bind script

2016-04-07 Thread Anuradha Hegde (JIRA)

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

Anuradha Hegde reassigned TRAFODION-1518:
-

Assignee: Anuradha Hegde

> Missing fully qualified path for 'ip' from dcs bind script
> --
>
> Key: TRAFODION-1518
> URL: https://issues.apache.org/jira/browse/TRAFODION-1518
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-dcs
>Reporter: Anuradha Hegde
>Assignee: Anuradha Hegde
>
> Missing the fully qualified path name for 'ip'  in dcsbind.sh script



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


[jira] [Updated] (TRAFODION-1518) Missing fully qualified path for 'ip' from dcs bind script

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1518:

Component/s: connectivity-dcs

> Missing fully qualified path for 'ip' from dcs bind script
> --
>
> Key: TRAFODION-1518
> URL: https://issues.apache.org/jira/browse/TRAFODION-1518
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-dcs
>Reporter: Anuradha Hegde
>
> Missing the fully qualified path name for 'ip'  in dcsbind.sh script



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


[jira] [Resolved] (TRAFODION-1815) Bug for workstations install in sqgen

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran resolved TRAFODION-1815.
-
Resolution: Fixed
  Assignee: Amanda Moran

> Bug for workstations install in sqgen
> -
>
> Key: TRAFODION-1815
> URL: https://issues.apache.org/jira/browse/TRAFODION-1815
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Amanda Moran
>Assignee: Amanda Moran
>Priority: Minor
>
> Created a bug for workstation installs in sqgen... node_count is not defined 
> for workstation installs and causes sqgen to fail. 
> Code needs to change to: 
> if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then
> from:
> if  [[ $node_count -gt 1 ]; then



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


[jira] [Updated] (TRAFODION-1815) Bug for workstations install in sqgen

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1815:

Component/s: installer

> Bug for workstations install in sqgen
> -
>
> Key: TRAFODION-1815
> URL: https://issues.apache.org/jira/browse/TRAFODION-1815
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Amanda Moran
>Priority: Minor
>
> Created a bug for workstation installs in sqgen... node_count is not defined 
> for workstation installs and causes sqgen to fail. 
> Code needs to change to: 
> if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then
> from:
> if  [[ $node_count -gt 1 ]; then



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


[jira] [Updated] (TRAFODION-1629) when one node was shutdown, after turning on it, then use "sqshell -a" to up in trafodion can't make mxosrvr processes start

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1629:

Component/s: connectivity-mxosrvr

> when one node was shutdown, after turning on it, then use "sqshell -a" to up 
> in trafodion can't make mxosrvr processes start
> 
>
> Key: TRAFODION-1629
> URL: https://issues.apache.org/jira/browse/TRAFODION-1629
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-mxosrvr
> Environment: daily build 1115. SUSE VM cluster
>Reporter: Joshua  Liu
>Priority: Minor
>
> for example
> 1. shutdown node suse-1
> 2. after a while then pow in it
> 3. now hadoop is OK
> 4. use "shell -c up up suse-1"
> 5. now DTM and RMS could be started except MXOSRVR processes in that node.



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


[jira] [Updated] (TRAFODION-1827) Broken link in Trafodion web site

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1827:

Component/s: documentation

> Broken link in Trafodion web site
> -
>
> Key: TRAFODION-1827
> URL: https://issues.apache.org/jira/browse/TRAFODION-1827
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: documentation
>Reporter: Atanu Mishra
>Priority: Minor
>
> See this error message, when I click on the “git Site” link in the News 
> section of the Trafodion site: http://trafodion.incubator.apache.org/:
> Not Found
> The requested URL /g...@github.com:apache/incubator-trafodion was not found 
> on this server.



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


[jira] [Updated] (TRAFODION-1921) HBASE name is not being parsed correctly

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1921:

Component/s: installer

> HBASE name is not being parsed correctly 
> -
>
> Key: TRAFODION-1921
> URL: https://issues.apache.org/jira/browse/TRAFODION-1921
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Amanda Moran
>
>  curl -k -su $ADMIN:$PASSWORD $URL/api/v1/clusters/$CLUSTER_NAME/services | 
> grep name | grep hbase | sed -e 's@[,]@@'g | awk '{print $3}' | sed "s/\"//g"
> hbase
> http://name:7180/cmf/serviceRedirect/hbase
> This parsing does not work if 'name' is found elsewhere. 
>  curl -k -su $ADMIN:$PASSWORD $URL/api/v1/clusters/$CLUSTER_NAME/services | 
> grep \"name | grep hbase | sed -e 's@[,]@@'g | awk '{print $3}' | sed 
> "s/\"//g"
> would work. 



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


[jira] [Updated] (TRAFODION-1706) trafodion is not compatible with hbase 1.0 and later version

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1706:

Component/s: foundation

> trafodion is not compatible with hbase 1.0 and later version
> 
>
> Key: TRAFODION-1706
> URL: https://issues.apache.org/jira/browse/TRAFODION-1706
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: foundation
>Reporter: mashengchen
>Assignee: mashengchen
>
> trafodion is not compatible with hbase 1.0 and later version.Some api is 
> changed, like Hlog was changed to WAL...



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


[jira] [Updated] (TRAFODION-1919) Call to /var/lib/ambari-server/resources/scripts/configs.sh needs -u -p

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1919:

Component/s: installer

> Call to /var/lib/ambari-server/resources/scripts/configs.sh needs -u -p
> ---
>
> Key: TRAFODION-1919
> URL: https://issues.apache.org/jira/browse/TRAFODION-1919
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Amanda Moran
>Assignee: Amanda Moran
>
> configs.sh scripts needs -u $ADMIN and -p $PASSWORD otherwise the defaults of 
> admin:admin are used. When a different user name and password are used this 
> script will fail. 



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


[jira] [Updated] (TRAFODION-1922) traf_*_mods98 expecting pdsh to be on all Hadoop nodes

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1922:

Component/s: installer

> traf_*_mods98 expecting pdsh to be on all Hadoop nodes
> --
>
> Key: TRAFODION-1922
> URL: https://issues.apache.org/jira/browse/TRAFODION-1922
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: installer
>Reporter: Amanda Moran
>
> traf_*_mods98 expects all hadoop nodes to have pdsh installed.
> Need to check if all hadoop nodes need hbase-trx*jar file OR make sure all 
> nodes have pdsh installed. 



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


[jira] [Updated] (TRAFODION-1861) support Trafodion running on CentOS 7

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1861:

Component/s: installer
 foundation
 Build Infrastructure

> support Trafodion running on CentOS 7
> -
>
> Key: TRAFODION-1861
> URL: https://issues.apache.org/jira/browse/TRAFODION-1861
> Project: Apache Trafodion
>  Issue Type: Umbrella
>  Components: Build Infrastructure, foundation, installer
>Reporter: liu ming
>Assignee: Eason Zhang
>




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


[jira] [Updated] (TRAFODION-1802) Need a REST interface to dynamically increase the number of DCS connections

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1802:

Component/s: connectivity-general

> Need a REST interface to dynamically increase the number of DCS connections
> ---
>
> Key: TRAFODION-1802
> URL: https://issues.apache.org/jira/browse/TRAFODION-1802
> Project: Apache Trafodion
>  Issue Type: Improvement
>  Components: connectivity-general
>Reporter: Venkat Muthuswamy
>Assignee: Venkat Muthuswamy
>




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


[jira] [Updated] (TRAFODION-1755) MXOSRVR abends when doing an explain command

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1755:

Component/s: connectivity-mxosrvr

> MXOSRVR abends when doing an explain command
> 
>
> Key: TRAFODION-1755
> URL: https://issues.apache.org/jira/browse/TRAFODION-1755
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: connectivity-mxosrvr
>Reporter: Venkat Muthuswamy
>
> When the following sequence of commands are executed via trafci, the mxosrvr 
> abends and we do not get the explain output.
> ===
> SET SCHEMA 'trafodion.opencart2';
> cqd allow_incompatible_comparison 'ON';
> cqd disable_read_only 'ON';
> cqd mode_special_1 'ON';
> SELECT * FROM TABLE(explain(null, 'EXPLAIN_STMT=SELECT tr1.tax_class_id, 
> tr2.tax_rate_id, tr2.name, tr2.rate, tr2."type", tr1.priority FROM 
> oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = 
> tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON 
> (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON 
> (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON 
> (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = ''shipping'' AND 
> tr2cg.customer_group_id = ''1'' AND z2gz.country_id = ''222'' AND 
> (z2gz.zone_id = ''0'' OR z2gz.zone_id = ''3563'') ORDER BY tr1.priority ASC 
> '));
> 
> The same set of commands when run from sqlci work fine and we get the explain 
> output. But when run through trafci, it fails.
> Interestingly if we change one of the LEFT JOIN to just JOIN as below, it 
> works fine from trafci too. 
> SELECT * FROM TABLE(explain(null, 'EXPLAIN_STMT=SELECT tr1.tax_class_id, 
> tr2.tax_rate_id, tr2.name, tr2.rate, tr2."type", tr1.priority FROM 
> oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = 
> tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON 
> (tr2.tax_rate_id = tr2cg.tax_rate_id)  JOIN oc_zone_to_geo_zone z2gz ON 
> (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON 
> (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = ''shipping'' AND 
> tr2cg.customer_group_id = ''1'' AND z2gz.country_id = ''222'' AND 
> (z2gz.zone_id = ''0'' OR z2gz.zone_id = ''3563'') ORDER BY tr1.priority ASC 
> '));
> A core file is generated when the mxosrvr abends and the stack trace shows 
> the following:
> #1  0x7f859added8d in abort () from /lib64/libc.so.6
> #2  0x7f859add674e in __assert_fail_base () from /lib64/libc.so.6
> #3  0x7f859add6810 in __assert_fail () from /lib64/libc.so.6
> #4  0x7f859a2844a6 in str_decoded_len (charLen=16161) at 
> ../common/str.cpp:929
> #5  0x7f8598d148e9 in ExExplainTcb::processExplainStmt 
> (this=0x7f85861b51c8) at ../executor/ExExplain.cpp:545
> #6  0x7f8598d15087 in ExExplainTcb::work (this=0x7f85861b51c8) at 
> ../executor/ExExplain.cpp:742
> #7  0x7f8598bda209 in ex_tcb::sWork (tcb=0x7f85861b51c8) at 
> ../executor/ex_tcb.h:103
> #8  0x7f8598d6556b in ExSubtask::work (this=0x7f85861b6a98) at 
> ../executor/ExScheduler.cpp:754
> #9  0x7f8598d6492e in ExScheduler::work (this=0x7f85861b4d30, 
> prevWaitTime=0) at ../executor/ExScheduler.cpp:331
> #10 0x7f8598c35106 in ex_root_tcb::execute (this=0x7f85861b6b18, 
> cliGlobals=0x2498fd0, glob=0x7f85861b3028, input_desc=0x7f85861beb80, 
> diagsArea=@0x7f858763d240, reExecute=0)
> at ../executor/ex_root.cpp:1058
> #11 0x7f859a6e1b67 in CliStatement::execute (this=0x7f85861b25b8, 
> cliGlobals=0x2498fd0, input_desc=0x7f85861beb80, diagsArea=..., 
> execute_state=CliStatement::INITIAL_STATE_, fixupOnly=0, 
> cliflags=0) at ../cli/Statement.cpp:4525



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


[jira] [Updated] (TRAFODION-1874) find a new way to check CLUSTER environment instead of checking pdsh

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1874:

Component/s: installer
 foundation

> find a new way to check CLUSTER environment instead of checking pdsh
> 
>
> Key: TRAFODION-1874
> URL: https://issues.apache.org/jira/browse/TRAFODION-1874
> Project: Apache Trafodion
>  Issue Type: Improvement
>  Components: foundation, installer
>Reporter: liu ming
>
> Some Trafodion script need to tell if it is running in a dev workstation or a 
> real cluster, and behave differently.
> Current, some script tell this difference by checking the rpm package pdsh, 
> if it is installed, then the script think it is running on a cluster. 
> PDSH is a public package, and can be installed in a workstation as well. So 
> it is better to find a new testing logic for this purpose.



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


[jira] [Updated] (TRAFODION-1730) try to remove the requirement of using hbase.hregion.impl in hbase-site.xml

2016-04-07 Thread Amanda Moran (JIRA)

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

Amanda Moran updated TRAFODION-1730:

Component/s: installer
 foundation

> try to remove the requirement of using hbase.hregion.impl in hbase-site.xml
> ---
>
> Key: TRAFODION-1730
> URL: https://issues.apache.org/jira/browse/TRAFODION-1730
> Project: Apache Trafodion
>  Issue Type: Improvement
>  Components: foundation, installer
>Reporter: liu ming
>Assignee: mashengchen
>
> look through the TransactionalRegion.java, and find out the only reason (now) 
> is to overload the getScanner() method to be public so can be invoked by the 
> coprocessor. And there are only 1 or 2 places that API is invoked in 
> Trafodion code.
> Should be able to user 'java reflection' to overcome this requirement.



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


[jira] [Commented] (TRAFODION-1923) executor/TEST106 hangs at drop table at times

2016-04-07 Thread Selvaganesan Govindarajan (JIRA)

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

Selvaganesan Govindarajan commented on TRAFODION-1923:
--

It was thought the scanner was not getting closed when there is an error 
condition. It was found that this is not the case upon more careful reading of 
the sql code. 

> executor/TEST106 hangs at drop table at times
> -
>
> Key: TRAFODION-1923
> URL: https://issues.apache.org/jira/browse/TRAFODION-1923
> Project: Apache Trafodion
>  Issue Type: Bug
>  Components: sql-exe
>Affects Versions: 2.0-incubating
>Reporter: Selvaganesan Govindarajan
>Assignee: Selvaganesan Govindarajan
>Priority: Critical
> Fix For: 2.0-incubating
>
>
> executor/TEST106 hangs at
> drop table t106a 
> Currently executor/TEST106 test is not run as part of Daily regression build.



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