Jorge
Jorge
As input, for example I need to append one Information into other. Like : Data set A.colum1, A.colum2... Data set B.colum1, .... result: A.colum1, A*, B.colum1. So at the moment...
@narendracs I check your post and it seems to work fine on my stuff. I was using spark 2.0.1 I set : `spark.sqlContext.sparkContext.hadoopConfiguration.set("avro.mapred.ignore.inputs.without.extension", "false") ` and then : `val df...
same problem here
I have activated the debug for that modules and I see a PBX... expection. No idea what it is.
-Dsun.security.krb5.debug=true -Dsun.security.spnego.debug=true and KRB5_TRACE=/dev/stdout
@courteous @ruchidalal: I had the same issue. This works fine. Check that you have -Djava.security.krb5.conf=/etc/krb5.conf and that the DEFAULT domain on the config matches what you need.
Would be great to have a storage provider. Which could be aws, azure, gcp blob storage systems
I'm getting this error on 0.19 ``` E0123 15:24:00.828792 1 reflector.go:147] k8s.io/[email protected]/tools/cache/reflector.go:229: Failed to watch *v1beta1.ProviderConfig: failed to list *v1beta1.ProviderConfig: providerconfigs.aws.upbound.io is forbidden: User "system:serviceaccount:crossplane-system:provider-aws-s3-c22e368f5262" cannot list resource "providerconfigs" in...
@blomquisg I checked the code and it seems that we are not using the class that set's the extra_data (https://github.com/python-social-auth/social-app-django/blob/master/social_django/storage.py#L19) The class PosixUIDGroupType has the groups functions but the azure...
@bendews thanks for the comment, I see it the same way. SAML ist just to complex. I would say let's change this right? Do you know what needs to be...