Tanmay Mohapatra

Results 139 comments of Tanmay Mohapatra

related: https://github.com/tanmaykm/Thrift.jl/issues/49

Looks like `TApplicationException` is marshalled on the wire in some cases. It needs to be declared mutable.

Could you try if https://github.com/tanmaykm/Thrift.jl/pull/53 fixes it for you?

Yes, having an abstract metadata type seems like a better idea. The API changes may be more intrusive though? Stemming depends on the language stored in metadata, that needs to...

Rebased to resolve conflicts. Probably this change will be sufficient for now? While we can continue discussing about a more appropriate metadata representation for the future.

Not sure why codegen is failing in CI. Things seem to work fine locally. Trying to dig into it

Blocks used to work with the older `HDFS.jl`, but it's not fully ported to `Elly.jl` yet. I had started doing something with it at https://github.com/tanmaykm/HadoopBlocks.jl, but it's not complete yet.

@MaciekLeks I updated `Blocks.jl` and `Elly.jl` and `HadoopBlocks.jl` should work fine now. It uses `Elly.jl` instead of `HDFS.jl`. This needs Julia 0.4, and you may need to do `Pkg.checkout` of...

Possibly a difference in authentication protocol that's not handled. I don't have a MapR installation readily available. Will set one up locally to check this out. Thanks for raising the...

I can confirm this to be happening on a local setup of mapr sandbox. Changing the `digest-uri` to `"null/default"` as expected by mapr avoids this problem. But I'm not sure...