[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2017-04-14 Thread Taras Ledkov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15969074#comment-15969074
 ] 

Taras Ledkov edited comment on IGNITE-3920 at 4/14/17 2:56 PM:
---

Merged with master.
TC 
[result|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]
 are OK with me.


was (Author: tledkov-gridgain):
Merged with master.
Waits for TC 
[result|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
> Fix For: 2.0
>
> Attachments: default-config.xml
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2017-04-14 Thread Pavel Konstantinov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15968856#comment-15968856
 ] 

Pavel Konstantinov edited comment on IGNITE-3920 at 4/14/17 9:52 AM:
-

Successfully tested. Please merge into target branch.


was (Author: pkonstantinov):
Successfully tested.

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Pavel Konstantinov
> Fix For: 2.0
>
> Attachments: default-config.xml
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2017-04-13 Thread Pavel Konstantinov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15968569#comment-15968569
 ] 

Pavel Konstantinov edited comment on IGNITE-3920 at 4/14/17 3:53 AM:
-

Test failed
{code}
java.lang.NullPointerException
at 
org.apache.ignite.internal.processors.igfs.IgfsModeResolver.resolveMode(IgfsModeResolver.java:100)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFileSystem.mode(VisorIgfsFileSystem.scala:650)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFile.cached(VisorIgfsFile.scala:191)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFileSystem.(VisorIgfsFileSystem.scala:251)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFileSystem$.connect(VisorIgfsFileSystem.scala:908)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl.org$gridgain$visor$gui$model$impl$VisorGuiModelImpl$$igfsConnect(VisorGuiModelImpl.scala:1743)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22$$anonfun$apply$52.apply(VisorGuiModelImpl.scala:2229)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22$$anonfun$apply$52.apply(VisorGuiModelImpl.scala:2229)
at 
scala.collection.LinearSeqOptimized$class.find(LinearSeqOptimized.scala:113)
at scala.collection.immutable.List.find(List.scala:84)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22.apply(VisorGuiModelImpl.scala:2229)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22.apply(VisorGuiModelImpl.scala:2229)
at scala.collection.Iterator$class.foreach(Iterator.scala:742)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
at scala.collection.MapLike$DefaultValuesIterable.foreach(MapLike.sc
{code}

config attached


was (Author: pkonstantinov):
{code}
java.lang.NullPointerException
at 
org.apache.ignite.internal.processors.igfs.IgfsModeResolver.resolveMode(IgfsModeResolver.java:100)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFileSystem.mode(VisorIgfsFileSystem.scala:650)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFile.cached(VisorIgfsFile.scala:191)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFileSystem.(VisorIgfsFileSystem.scala:251)
at 
org.gridgain.visor.fs.igfs.VisorIgfsFileSystem$.connect(VisorIgfsFileSystem.scala:908)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl.org$gridgain$visor$gui$model$impl$VisorGuiModelImpl$$igfsConnect(VisorGuiModelImpl.scala:1743)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22$$anonfun$apply$52.apply(VisorGuiModelImpl.scala:2229)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22$$anonfun$apply$52.apply(VisorGuiModelImpl.scala:2229)
at 
scala.collection.LinearSeqOptimized$class.find(LinearSeqOptimized.scala:113)
at scala.collection.immutable.List.find(List.scala:84)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22.apply(VisorGuiModelImpl.scala:2229)
at 
org.gridgain.visor.gui.model.impl.VisorGuiModelImpl$$anonfun$1$$anonfun$apply$mcV$sp$22.apply(VisorGuiModelImpl.scala:2229)
at scala.collection.Iterator$class.foreach(Iterator.scala:742)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1194)
at scala.collection.MapLike$DefaultValuesIterable.foreach(MapLike.sc
{code}

config attached

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
> Fix For: 2.0
>
> Attachments: default-config.xml
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2017-01-17 Thread Taras Ledkov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825554#comment-15825554
 ] 

Taras Ledkov edited comment on IGNITE-3920 at 1/17/17 8:38 AM:
---

Merged with ignite-2.0.
[Tests|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]
 passed.


was (Author: tledkov-gridgain):
Merged with ignite-2.0.
[Tests|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]
 are re-run

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
> Fix For: 2.0
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



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


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2017-01-16 Thread Taras Ledkov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825554#comment-15825554
 ] 

Taras Ledkov edited comment on IGNITE-3920 at 1/17/17 6:48 AM:
---

Merged with ignite-2.0.
[Tests|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]
 are re-run


was (Author: tledkov-gridgain):
Merged with ignite-2.0.
[Test|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]
 are re-run

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
> Fix For: 2.0
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



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


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2016-12-29 Thread Taras Ledkov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15784923#comment-15784923
 ] 

Taras Ledkov edited comment on IGNITE-3920 at 12/29/16 9:51 AM:


Merged with ignite-2.0. {{HadoopIgfsSecondaryFileSystemDelegateImpl#update}} 
always returns {{null}}. It violates contract of the 
{{org.apache.ignite.igfs.secondary.IgfsSecondaryFileSystem#update}} 

[Test 
results|http://195.239.208.174/project.html?projectId=IgniteTests_IgniteTests=pull%2F1107%2Fhead]






was (Author: tledkov-gridgain):
Merged with ignite-2.0. {{HadoopIgfsSecondaryFileSystemDelegateImpl#update}} 
always returns {{null}}. It violates contract of the 
{{org.apache.ignite.igfs.secondary.IgfsSecondaryFileSystem#update}} 

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Sub-task
>  Components: hadoop, IGFS
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
> Fix For: 2.0
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



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


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2016-12-29 Thread Taras Ledkov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15784923#comment-15784923
 ] 

Taras Ledkov edited comment on IGNITE-3920 at 12/29/16 9:17 AM:


Merged with ignite-2.0. {{HadoopIgfsSecondaryFileSystemDelegateImpl#update}} 
always returns {{null}}. It violates contract of the 
{{org.apache.ignite.igfs.secondary.IgfsSecondaryFileSystem#update}} 


was (Author: tledkov-gridgain):
Merged with ignite-2.0. {{HadoopIgfsSecondaryFileSystemDelegateImpl#update}} 
always returns null. It violates contract of the 
{{org.apache.ignite.igfs.secondary.IgfsSecondaryFileSystem#update}} 

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Sub-task
>  Components: hadoop, IGFS
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Taras Ledkov
> Fix For: 2.0
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



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


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2016-09-20 Thread Vladimir Ozerov (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15505960#comment-15505960
 ] 

Vladimir Ozerov edited comment on IGNITE-3920 at 9/20/16 8:06 AM:
--

Fix in complete. Please pay more attention to ticket description.


was (Author: vozerov):
Fix in complete.

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop, IGFS
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Ivan Veselovsky
> Fix For: 1.8
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



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


[jira] [Comment Edited] (IGNITE-3920) Hadoop: remove PayloadAware interface.

2016-09-16 Thread Ivan Veselovsky (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15496774#comment-15496774
 ] 

Ivan Veselovsky edited comment on IGNITE-3920 at 9/16/16 6:21 PM:
--

https://github.com/apache/ignite/pull/1077
TC tests are passed.


was (Author: iveselovskiy):
https://github.com/apache/ignite/pull/1077
TC tests are in progress.

> Hadoop: remove PayloadAware interface.
> --
>
> Key: IGNITE-3920
> URL: https://issues.apache.org/jira/browse/IGNITE-3920
> Project: Ignite
>  Issue Type: Task
>  Components: hadoop, IGFS
>Affects Versions: 1.7
>Reporter: Vladimir Ozerov
>Assignee: Vladimir Ozerov
> Fix For: 1.8
>
>
> When IGNITE-3376 is ready, we will be able to execute {{PROXY}} operations 
> directly from {{IgfsImpl}}. It means that we no longer need 
> {{HadoopPayloadAware}} interface, and we no longer need to pass {{IgfsPaths}} 
> to the client. 
> Let's remove them all together.



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