gurpreet0909 commented on PR #1488: URL: https://github.com/apache/phoenix/pull/1488#issuecomment-1216909622
> @gurpreet0909 - I believe this patch would break MapReduce jobs that do not have isNamespaceMappingEnabled set to true. (You can see, for example, that in the Jenkins test run that TableSnapshotReadsMapReduceIT has several failures for this reason.) > > Shouldn't we only set the MapReduce client to isNamespaceMappingEnabled = true if the cluster is in fact namespace enabled? Hi, i am using these jars in client side only in my Mapreduce jar which i am running on hdfs, but the problem is my MapReduce jar is going the hit this jar class for connection at the same place where i have added the property in the commit. For me there is not way to inject this property inside these jars, i have tried to create custom jar but since its maven project it needs to download dependencies from repository for which i am not authenticated. How do i solve it then? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
