[
https://issues.apache.org/jira/browse/SLIDER-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gour Saha resolved SLIDER-895.
--
Resolution: Fixed
> Slider Unit Test Cases Failing on Windows
>
[
https://issues.apache.org/jira/browse/SLIDER-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14568351#comment-14568351
]
ASF subversion and git services commented on SLIDER-873:
Commit 98
[
https://issues.apache.org/jira/browse/SLIDER-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14568305#comment-14568305
]
ASF subversion and git services commented on SLIDER-873:
Commit df
[
https://issues.apache.org/jira/browse/SLIDER-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gour Saha updated SLIDER-896:
-
Summary: TestClientBasicArgs.testListUnknownRM fails on Windows (was:
TestClientBasicArgs.testListUnknown
Gour Saha created SLIDER-896:
Summary: TestClientBasicArgs.testListUnknownRM fails in Windows
Key: SLIDER-896
URL: https://issues.apache.org/jira/browse/SLIDER-896
Project: Slider
Issue Type: Bug
[
https://issues.apache.org/jira/browse/SLIDER-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567932#comment-14567932
]
Gour Saha commented on SLIDER-890:
--
Updated patch checked in.
> Bundle Solr as an app-pa
[
https://issues.apache.org/jira/browse/SLIDER-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567929#comment-14567929
]
ASF subversion and git services commented on SLIDER-890:
Commit 7c
[
https://issues.apache.org/jira/browse/SLIDER-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gour Saha updated SLIDER-895:
-
Assignee: thomas liu
> Slider Unit Test Cases Failing on Windows
> ---
[
https://issues.apache.org/jira/browse/SLIDER-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gour Saha updated SLIDER-895:
-
Component/s: windows
> Slider Unit Test Cases Failing on Windows
> ---
[
https://issues.apache.org/jira/browse/SLIDER-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gour Saha updated SLIDER-895:
-
Affects Version/s: Slider 0.80
> Slider Unit Test Cases Failing on Windows
> -
Belated strong +1 :)
Timothy Potter wrote:
I'm reaching out to see if there is interest in including Solr as one
of the packages that ships with Slider, as you dotoday with Storm,
memcached, HBase, etc ...
If so, I can open a JIRA and prepare a patch based on my github
project, but wanted to g
[
https://issues.apache.org/jira/browse/SLIDER-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567870#comment-14567870
]
ASF subversion and git services commented on SLIDER-895:
Commit 4b
Thanks Gour,
Indeed it does help; because I can see a way to combine these to avoid
polling.
By monitoring the ZK registry and doing CURL whenever there's a child
change in the registry it looks I can reliably track changes in the export
group, so this is perfect.
I'll let you know how implementat
[
https://issues.apache.org/jira/browse/SLIDER-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567856#comment-14567856
]
ASF subversion and git services commented on SLIDER-208:
Commit bc
[
https://issues.apache.org/jira/browse/SLIDER-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
thomas liu updated SLIDER-895:
--
Attachment: JIRA-895-001.patch
2) should be due to misconfig of 'winutils.exe'.
For 3), communicated wi
thomas liu created SLIDER-895:
-
Summary: Slider Unit Test Cases Failing on Windows
Key: SLIDER-895
URL: https://issues.apache.org/jira/browse/SLIDER-895
Project: Slider
Issue Type: Bug
There is a combination of ZK and REST way to find the info you are looking for.
Use a zk client and do this -
get /registry/users//services/org-apache-slider/
(with appropriate and of the koya cluster)
>From the json dump look for element with api = "class
>path:org.apache.slider.publisher.e
Yes exactly.
From: Jon Maron
Sent: Monday, June 1, 2015 7:42 PM
To: dev@slider.incubator.apache.org
Subject: Re: Need hostname for use in appConfig.json
> On Jun 1, 2015, at 1:37 PM, Nathaniel Braun wrote:
>
> By the way, regarding the _HOST convention:
> On Jun 1, 2015, at 1:37 PM, Nathaniel Braun wrote:
>
> By the way, regarding the _HOST convention: I indeed saw hat in the HBase
> package, and it works perfectly.
>
> What I meant was, I'm probably not the only one to need this. It would maybe
> be good to provide an "official" way of acco
By the way, regarding the _HOST convention: I indeed saw hat in the HBase
package, and it works perfectly.
What I meant was, I'm probably not the only one to need this. It would maybe be
good to provide an "official" way of accomplishing it :)
Thanks
F
Thanks for your answer,
I did try using {THIS_HOST}, it didn't work
Regards,
Nathaniel
From: Jon Maron
Sent: Monday, June 1, 2015 6:39:41 PM
To: dev@slider.incubator.apache.org
Subject: Re: Need hostname for use in appConfig.json
Alternatively, you coul
Alternatively, you could also try using the convention used elsewhere in
hadoop: username/_HOST@domain. _HOST is generally replaced at runtime with
the host name. Most applications currently honor that convention (Internally
calling SecurityUtil.getServerPrincipal(String principalConfig,Strin
Have you tried using ${THIS_HOST} in appConfig? Did it not work?
-Gour
On 6/1/15, 9:14 AM, "Nathaniel Braun" wrote:
>Hi everyone,
>
>We are currently working on the configuration files with Kerberos
>principals in them, and it turns out that the Kerberos principal is
>linked to the hostname, so
[
https://issues.apache.org/jira/browse/SLIDER-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Potter updated SLIDER-890:
--
Attachment: SLIDER-890_remove_zk.patch
Thanks for committing Gour. Here's an updated patch that
Hi everyone,
We are currently working on the configuration files with Kerberos principals in
them, and it turns out that the Kerberos principal is linked to the hostname,
so we need it.
What we would like to do is something like that:
1. In appConfig.json
Set the global hostname: "site
[
https://issues.apache.org/jira/browse/SLIDER-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567497#comment-14567497
]
ASF subversion and git services commented on SLIDER-894:
Commit 38
[
https://issues.apache.org/jira/browse/SLIDER-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14567495#comment-14567495
]
Steve Loughran commented on SLIDER-894:
---
Slightly out of date (0.80) stack
{code}
Te
[
https://issues.apache.org/jira/browse/SLIDER-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated SLIDER-894:
--
Sprint: Slider April #1
> AgentWebPagesIT fails with AuthenticationException in secure clusters
Steve Loughran created SLIDER-894:
-
Summary: AgentWebPagesIT fails with AuthenticationException in
secure clusters
Key: SLIDER-894
URL: https://issues.apache.org/jira/browse/SLIDER-894
Project: Slider
[
https://issues.apache.org/jira/browse/SLIDER-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated SLIDER-886:
--
Fix Version/s: (was: Slider 0.90)
Slider 0.81
> TestZKIntegration.testLis
[
https://issues.apache.org/jira/browse/SLIDER-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran resolved SLIDER-886.
---
Resolution: Fixed
Fix Version/s: (was: Slider 0.81)
Slider 0.90
You cannot set global java_home like this:
"global": {
"application.def": ...,
"java_home": "${JAVA_HOME}",
None of the variables that look like ${X} in the appConfig are environment
variables. They're internal Slider variables that Slider knows how to
substitute for real values. Once
Hello,
I'm trying to use the environment JAVA_HOME in my appConfig.json file. It fails
for a weird reason, and I think I've pinpointed the current behavior:
1. When the variable is used in the hostLevelParams part, it works:
"global": {
"application.def": ...",
"java_home": "${J
[
https://issues.apache.org/jira/browse/SLIDER-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu resolved SLIDER-893.
---
Resolution: Fixed
Resolved through commit 38d5d908b294bae703a76af90fa711e41b36082f
> Add SecureBulkLoadEndpoi
Ted Yu created SLIDER-893:
-
Summary: Add SecureBulkLoadEndpoint to
hbase.coprocessor.region.classes
Key: SLIDER-893
URL: https://issues.apache.org/jira/browse/SLIDER-893
Project: Slider
Issue Type:
Hi, it seems to fix the issue :) However, like Jean Baptiste said, it
shouldn"t be a problem in cdh5.4.0.
I'll try to dig it a little more.
Anyway, thank you Jon
On Mon, Jun 1, 2015 at 10:53 AM, Jean-Baptiste Note
wrote:
> Hi,
>
> Thanks for the heads up.
>
> We're running on JDK8, however, it
Hi there,
I've successfully exported some host/port dynamic combination in slider for
Kafka on Yarn; they are made available under
publisher/exports/servers on the appmaster (see
https://github.com/jbnote/koya/).
I'm now trying to access this information (really, service location) in two
differen
Hi,
Thanks for the heads up.
We're running on JDK8, however, it looks like 10786 is in CDH5.4.0 which
we're using (and compiled against); see:
http://archive.cloudera.com/cdh5/cdh/5/hadoop-2.6.0-cdh5.4.0.releasenotes.html
This is so close a problem however that we'll dig in this direction.
Kind
38 matches
Mail list logo