[jira] [Commented] (UIMA-5520) Fix docs for job descriptor overrides

2017-07-31 Thread Burn Lewis (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16108010#comment-16108010
 ] 

Burn Lewis commented on UIMA-5520:
--

Are you referring to the ducc_submit command?  The overrides documentation was 
fixed in UIMA-4058 which was in DUCC 1.1.0.  Please try the latest DUCC ... 
currently 2.2.0 but release 2.2.1 will be available soon.

~Burn

> Fix docs for job descriptor overrides
> -
>
> Key: UIMA-5520
> URL: https://issues.apache.org/jira/browse/UIMA-5520
> Project: UIMA
>  Issue Type: Bug
>Reporter: Rong Li
>
> Overrides are blank not comma separated



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (UIMA-5513) Fix docs for job descriptor override

2017-07-31 Thread Marshall Schor (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-5513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107966#comment-16107966
 ] 

Marshall Schor commented on UIMA-5513:
--

There appear to be 6 other Jira issues identical to this one.
If this is legitimate, please only file one Jira per issue. 
To address this more information would be needed, for example: what doc are you 
referring to?  where is the part which is incorrect, etc.

> Fix docs for job descriptor override
> 
>
> Key: UIMA-5513
> URL: https://issues.apache.org/jira/browse/UIMA-5513
> Project: UIMA
>  Issue Type: Bug
>Reporter: Rong Li
>
> Overrides are blank not comma separated



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (UIMA-5521) DUCC now fails to handle fake ids when running a simulated cluster

2017-07-31 Thread Burn Lewis (JIRA)
Burn Lewis created UIMA-5521:


 Summary: DUCC now fails to handle fake ids when running a 
simulated cluster
 Key: UIMA-5521
 URL: https://issues.apache.org/jira/browse/UIMA-5521
 Project: UIMA
  Issue Type: Bug
  Components: DUCC
Reporter: Burn Lewis
Assignee: Burn Lewis
 Fix For: 2.2.1-Ducc


Should check if the effective id is 0 instead of trying to switch when not 
setuid



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (UIMA-5520) Fix docs for job descriptor overrides

2017-07-31 Thread Rong Li (JIRA)
Rong Li created UIMA-5520:
-

 Summary: Fix docs for job descriptor overrides
 Key: UIMA-5520
 URL: https://issues.apache.org/jira/browse/UIMA-5520
 Project: UIMA
  Issue Type: Bug
Reporter: Rong Li


Overrides are blank not comma separated



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (UIMA-5519) uv3 clarify use of ll_indexsize - used incorrectly in one spot

2017-07-31 Thread Marshall Schor (JIRA)
Marshall Schor created UIMA-5519:


 Summary: uv3 clarify use of ll_indexsize - used incorrectly in one 
spot
 Key: UIMA-5519
 URL: https://issues.apache.org/jira/browse/UIMA-5519
 Project: UIMA
  Issue Type: Bug
  Components: Core Java Framework
Reporter: Marshall Schor
Assignee: Marshall Schor
 Fix For: 3.0.0SDK-beta


Given an iterator, there are two definitions of index size.  One is the size as 
seen by the iterator, which in v3, may not be the current index size (because 
iterators iterate over a view of the index at a particular point in time - 
either the time of iterator creation, or when a moveTo, moveToFirst, or 
moveToLast operation happens (except for snapshot iterators)).  The other size 
is the current size of the index (and any sub-type indexes). 

Change the name of the api to indicate this to reduce mistakes in the future.  
Change uses which are incorrect (which need the current index size).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)