-
Updated
May 10, 2021 - JavaScript
namespace
Here are 297 public repositories matching this topic...
Cannot run on debian
Compilation is completed on debian, run error
-
Updated
Jul 10, 2021 - TypeScript
-
Updated
Jul 23, 2021 - HTML
-
Updated
Jul 28, 2021 - Shell
-
Updated
Jun 20, 2021 - HCL
-
Updated
Apr 21, 2021 - Ruby
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Aug 5, 2017 - Python
-
Updated
Jun 24, 2021 - PHP
-
Updated
Jun 13, 2021 - C#
-
Updated
Jul 29, 2021 - HTML
-
Updated
Jul 14, 2019 - Shell
-
Updated
Jun 27, 2020 - Shell
-
Updated
Jul 23, 2021 - PHP
Assuming a valid hive-site.xml, it will be possible to determine the active hive warehouse HDFS directory and HiveServer2 and Metastore URIs.
From there we should be able to perform a directory analysis on the hive warehouse parent directory and then all HDFS locations that represent tables / partitions.
-
Updated
May 31, 2021 - PHP
-
Updated
Apr 21, 2020 - PHP
Review those available from https://github.com/beberlei/assert and implement without including that library, since there's already quite a bit of overlap with WP's built-ins as well as Stringy
-
Updated
Nov 14, 2019 - Ruby
-
Updated
Mar 19, 2019 - TypeScript
-
Updated
Jul 18, 2021 - Shell
-
Updated
Aug 15, 2019 - PHP
Improve this page
Add a description, image, and links to the namespace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the namespace topic, visit your repo's landing page and select "manage topics."
Motivation
It is convenient to be able to iterate over all triples in a
Graph
instance without invokinggraph.triples((None, None, None))
. When working with a small instance ofDataset
, there are occasions where one will want to observe all of the quads in a similar manner.Notes
This is trivial to implement by simply having an introduced
__iter__
method invoke `self.qua