Ambiguous Groups with 2 Thor Clusters
Hi,
I have a new 2 thor cluster. I'm having an issue where when I want to write a [non-inline] dataset to both clusters I get an ambiguous groups error.
Here is my cluster topology
And when try to run
OR
I get this error
How can I write a dataset to both clusters?
I added to "Installation" group in case some configuration changes need to be made.
I have a new 2 thor cluster. I'm having an issue where when I want to write a [non-inline] dataset to both clusters I get an ambiguous groups error.
Here is my cluster topology
And when try to run
- Code: Select all
Output(somedataset,,'~path::to::file',CLUSTER( 'mythor','mythor_2' ))
OR
- Code: Select all
Output(somedataset,,'~path::to::file',CLUSTER( 'mythor' ))
Output(somedataset,,'~path::to::file',CLUSTER( 'mythor_2' ))
I get this error
- Code: Select all
System error: -1: getGroupName(): ambiguous groups mythor, mythor_2
How can I write a dataset to both clusters?
I added to "Installation" group in case some configuration changes need to be made.
Last edited by micevepay on Tue Mar 12, 2019 3:28 pm, edited 1 time in total.
- micevepay
- Posts: 62
- Joined: Wed Apr 02, 2014 7:30 pm
One thing to note is that if I make an in-line dataset I can write to both clusters using
- Code: Select all
Output(in_line_dataset,,'~path::to::file',CLUSTER( 'mythor','mythor_2' ))
Last edited by micevepay on Tue Mar 12, 2019 3:28 pm, edited 1 time in total.
- micevepay
- Posts: 62
- Joined: Wed Apr 02, 2014 7:30 pm
Lastly, it seems as though just writing a dataset out if failing so the following code does not work.
- Code: Select all
Output(somedataset,,'~path::to::file')
- Code: Select all
System error: -1: getGroupName(): ambiguous groups mythor, mythor_2
- micevepay
- Posts: 62
- Joined: Wed Apr 02, 2014 7:30 pm
That's definitely JIRA report time!
- rtaylor
- Community Advisory Board Member
- Posts: 1619
- Joined: Wed Oct 26, 2011 7:40 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest