[jira] [Commented] (SPARK-13285) Master isn't assigning the worker to process the application

2016-02-11 Thread Lokesh Ranga (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-13285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143258#comment-15143258
 ] 

Lokesh Ranga commented on SPARK-13285:
--

Nevermind, Figured it out.

> Master isn't assigning the worker to process the application 
> -
>
> Key: SPARK-13285
> URL: https://issues.apache.org/jira/browse/SPARK-13285
> Project: Spark
>  Issue Type: Question
>  Components: Java API
>Affects Versions: 1.5.0, 1.6.0
>Reporter: Lokesh Ranga
> Attachments: Spark_issue.docx
>
>
> When I do spark-submit. I do not see worker assignment from master. The below 
> is the submit response. 
> current response
>  
> {
>   "action" : "SubmissionStatusResponse",
>   "driverState" : "SUBMITTED",
>   "serverSparkVersion" : "1.5.0",
>   "submissionId" : "driver-2016021507-",
>   "success" : true
> }
>  
> I was expecting something similar to below response.
>  
> {
>   "action" : "SubmissionStatusResponse",
>   "driverState" : "FAILED",
>   "serverSparkVersion" : "1.6.0",
>   "submissionId" : "driver-20160211102132-0015",
>   "success" : true,
>   "workerHostPort" : "xxx.xxx.xxx.xxx:33751",
>   "workerId" : "worker-20160210163334-xxx.xxx.xxx.xxx:33751"
> }



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Commented] (SPARK-13285) Master isn't assigning the worker to process the application

2016-02-11 Thread Lokesh Ranga (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-13285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143218#comment-15143218
 ] 

Lokesh Ranga commented on SPARK-13285:
--

This is my first time using Jira.. I didn't understand "Post this to user@". 
Could you please give more info. 

> Master isn't assigning the worker to process the application 
> -
>
> Key: SPARK-13285
> URL: https://issues.apache.org/jira/browse/SPARK-13285
> Project: Spark
>  Issue Type: Question
>  Components: Java API
>Affects Versions: 1.5.0, 1.6.0
>Reporter: Lokesh Ranga
> Attachments: Spark_issue.docx
>
>
> When I do spark-submit. I do not see worker assignment from master. The below 
> is the submit response. 
> current response
>  
> {
>   "action" : "SubmissionStatusResponse",
>   "driverState" : "SUBMITTED",
>   "serverSparkVersion" : "1.5.0",
>   "submissionId" : "driver-2016021507-",
>   "success" : true
> }
>  
> I was expecting something similar to below response.
>  
> {
>   "action" : "SubmissionStatusResponse",
>   "driverState" : "FAILED",
>   "serverSparkVersion" : "1.6.0",
>   "submissionId" : "driver-20160211102132-0015",
>   "success" : true,
>   "workerHostPort" : "xxx.xxx.xxx.xxx:33751",
>   "workerId" : "worker-20160210163334-xxx.xxx.xxx.xxx:33751"
> }



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

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org