ChrisPortman

Results 10 comments of ChrisPortman

Im having the same issue. The exec: ``` exec { 'bootstrap pip': command => '/usr/bin/curl https://bootstrap.pypa.io/get-pip.py | python', creates => '/usr/local/bin/pip', require => Package['python'], } ``` Unfortunately the command does...

Im getting the exact same thing using a sequence file.

I got past this with PARTITIONED BY ( date string) ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe' STORED AS INPUTFORMAT 'org.apache.hadoop.mapred.**SequenceFileAsTextInputFormat**' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat' LOCATION 'hdfs://nameservice1/mydata'

So it seems that SequenceFileAsTextInputFormat avoids the exception, but I get nothing but nulls. I suspect that the string is some sort of byte string and not the JSON

I think this is also raised by #107

I think for using the GUID (from the `oid` claim, it makes sense to have a web interface where users can auth in the first instance and that initial login...

looks like in version 8, in the `data.Config` representation of config, there is the concept of having the username claim configurable: https://github.com/NHAS/wag/blob/85ab816d0c98b9c1320d7c9962d2b5cb23cb44fd/internal/data/config.go#L20 I just cant see anywhere its set, and...

Yeah, I think the corresponding struct field just needs to be added here: https://github.com/NHAS/wag/blob/85ab816d0c98b9c1320d7c9962d2b5cb23cb44fd/internal/config/config.go#L104

> Hi Chris, Im going to assume you want to destroy the wag boxes aggressively so it becomes incredibly difficult for an attacker to maintain persistence on your ingress machine?...

This appears to be specific to `state: replaced` and happens here: https://github.com/ansible-collections/cisco.nxos/blob/d1e51feb8674fd2f51af95141b119aad7b4394f5/plugins/module_utils/network/nxos/config/lag_interfaces/lag_interfaces.py#L263 If the "have" has no members, this function gets passed `None` for `h`. I was able to fix...