Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/bigflow
/ functions
Functions
5,490 in github.com/baidu/bigflow
⨍
Functions
5,490
◇
Types & classes
1,763
↓ 1 callers
Method
egg_file_target_list
Returns a list containing all target egg_files Returns: list: target egg_files
bigflow_python/python/bigflow/runtime/python_resource.py:217
↓ 1 callers
Method
emit
flume/runtime/common/executor_impl_test.cpp:499
↓ 1 callers
Method
emit_done
flume/runtime/common/executor_impl_test.cpp:503
↓ 1 callers
Method
end_process
(self)
bigflow_python/python/bigflow/transform_impls/test/transformers.py:77
↓ 1 callers
Method
end_serde_test
test
bigflow_python/python/bigflow/test/serde_test.py:146
↓ 1 callers
Method
end_sub_group
flume/runtime/common/executor_impl_test.cpp:448
↓ 1 callers
Method
expect_iterable
(self)
bigflow_python/python/bigflow/core/entity.py:243
↓ 1 callers
Function
expose
bigflow_python/python_interpreter.cpp:71
↓ 1 callers
Method
extract_code_globals
Find all globals names read or written to by codeblock co
bigflow_python/python/bigflow/core/serde/cloudpickle.py:321
↓ 1 callers
Function
extract_elem
inner function
bigflow_python/python/bigflow/serde.py:768
↓ 1 callers
Function
extract_fs_name_from_path
Get fs.defaultFS from path like "hdfs://abcde:22222/a/b/c"
bigflow_python/python/bigflow/util/hadoop_client.py:30
↓ 1 callers
Method
extract_func_data
Turn the function into a tuple of data necessary to recreate it: code, globals, defaults, closure, dict
bigflow_python/python/bigflow/core/serde/cloudpickle.py:353
↓ 1 callers
Function
flat_map_wrapper
(inp, field_extractor, fn)
bigflow_python/python/bigflow/test/magic.py:82
↓ 1 callers
Method
from_proto_message
(self, message)
bigflow_python/python/bigflow/core/entity.py:156
↓ 1 callers
Method
from_size
(self)
bigflow_python/python/bigflow/core/logical_plan.py:400
↓ 1 callers
Method
fs_mkdir
Wraps console command 'hadoop fs -mkdir -p <path>' Args: path (str): path to be created
bigflow_python/python/bigflow/util/hadoop_client.py:78
↓ 1 callers
Function
generate_resource_and_src_list
(base_dir, src_list)
resource_library.py:46
↓ 1 callers
Method
get
(self, obj)
bigflow_python/python/bigflow/test/magic.py:52
↓ 1 callers
Method
get_cache_data
flume/runtime/spark/spark_driver.cpp:279
↓ 1 callers
Method
get_cached_data
bigflow_python/rpc/impls/backends_impl.h:308
↓ 1 callers
Method
get_commiter
用户可以重写该方法。 返回一个commiter, 默认表示不需要commit阶段 commiter应该是一个无参函数。
bigflow_python/python/bigflow/output.py:501
↓ 1 callers
Function
get_config
bigflow_python/processors/flatten_processor_test.cpp:91
↓ 1 callers
Function
get_deep_copy_fn
bigflow_python/common/python.cpp:266
↓ 1 callers
Method
get_entity_config
(self)
bigflow_python/python/bigflow/core/entity.py:351
↓ 1 callers
Method
get_fields
get_fields
bigflow_python/python/bigflow/serde.py:339
↓ 1 callers
Function
get_hdfs_jni_env
flume/util/jni_environment.cpp:55
↓ 1 callers
Method
get_input
Get the corresponding node of input Returns: LogicalPlan.Node: input node
bigflow_python/python/bigflow/util/side_input_util.py:90
↓ 1 callers
Function
get_jvm_options
flume/util/jni_environment.cpp:29
↓ 1 callers
Method
get_mock_client
used to get mock client
bigflow_python/python/bigflow/test/test_base.py:317
↓ 1 callers
Method
get_msg_type
get_msg_type
bigflow_python/python/bigflow/serde.py:483
↓ 1 callers
Function
get_open_fds
bigflow_python/processors/pipe_processor.cpp:55
↓ 1 callers
Method
get_output_buffer
flume/runtime/spark/spark_task.cpp:145
↓ 1 callers
Method
get_priority_dispatcher
flume/runtime/common/executor_impl.h:201
↓ 1 callers
Method
get_serde
User can override this method to set the serde
bigflow_python/python/bigflow/input.py:90
↓ 1 callers
Function
get_serde_of_fields
内部函数
bigflow_python/python/bigflow/future/fields.py:85
↓ 1 callers
Method
get_source
flume/runtime/common/executor_impl.h:225
↓ 1 callers
Function
get_stage_name
flume/planner/pass_manager.cpp:270
↓ 1 callers
Function
get_status
Send the rpc command to the other end to get the logical plan status Args: Raises: error.BigflowRPCException: if any error happe
bigflow_python/python/bigflow/rpc/requests.py:167
↓ 1 callers
Method
get_status
获取当前的运行状态 Returns: str: APP_SUBMIT/APP_ALLOCATE/APP_RUN/APP_KILL/APP_FAIL/APP_UNKNOWN AM
bigflow_python/python/bigflow/pipeline/pipeline_status.py:44
↓ 1 callers
Function
group_by
利用给定的key_extractor和value_extractor对输入PCollection分组,返回一个表示分组结果的PTable Args: pcollection (PCollection): 输入PCollection key_extract
bigflow_python/python/bigflow/transforms.py:422
↓ 1 callers
Method
hadoop_commit
bigflow_python/rpc/impls/config_util_impl.h:143
↓ 1 callers
Method
id
(self)
bigflow_python/python/bigflow/core/logical_plan.py:45
↓ 1 callers
Method
id
(self)
bigflow_python/python/bigflow/core/logical_plan.py:333
↓ 1 callers
Function
init_log
init_log - initialize log module Args: level (str): msg above the level will be displayed DEBUG < INFO < WARNIN
bigflow_python/python/bigflow/util/log.py:250
↓ 1 callers
Method
initialize
flume/runtime/spark/shuffle_output_executor.cpp:143
↓ 1 callers
Method
initialize_for_general_rdd
flume/runtime/spark/spark_executor_factory.cpp:68
↓ 1 callers
Method
initialize_for_input_rdd
flume/runtime/spark/spark_executor_factory.cpp:58
↓ 1 callers
Method
inject_addons
Plug in system. Register additional pickling functions if modules already loaded
bigflow_python/python/bigflow/core/serde/cloudpickle.py:787
↓ 1 callers
Method
inject_email
Block email LazyImporters from being saved
bigflow_python/python/bigflow/core/serde/cloudpickle.py:780
↓ 1 callers
Method
inject_numpy
(self)
bigflow_python/python/bigflow/core/serde/cloudpickle.py:734
↓ 1 callers
Method
inject_timeseries
Handle bugs with pickling scikits timeseries
bigflow_python/python/bigflow/core/serde/cloudpickle.py:752
↓ 1 callers
Function
is_hdfs_path
Check if a given path is HDFS uri Args: path (str): input path Returns: bool: True if input is a HDFS path, False otherwi
bigflow_python/python/bigflow/util/path_util.py:50
↓ 1 callers
Function
is_int
bigflow_python/common/python.cpp:128
↓ 1 callers
Method
is_interpreter_initialized
bigflow_python/python_interpreter.cpp:163
↓ 1 callers
Method
is_node_cached
bigflow_python/rpc/impls/backends_impl.h:284
↓ 1 callers
Function
is_python_float
bigflow_python/common/python.h:124
↓ 1 callers
Function
is_python_long
bigflow_python/common/python.h:112
↓ 1 callers
Function
is_python_string
bigflow_python/common/python.h:116
↓ 1 callers
Function
is_python_unicode
bigflow_python/common/python.h:120
↓ 1 callers
Function
is_toft_style_hdfs_path
Check if a given toft style path is HDFS path Args: path (str): input path Returns: bool: True if input is a HDFS path, F
bigflow_python/python/bigflow/util/path_util.py:77
↓ 1 callers
Function
islambda
(func)
bigflow_python/python/bigflow/core/serde/cloudpickle.py:92
↓ 1 callers
Method
items
(self)
bigflow_python/python/bigflow/test/testdata_for_spark/disjointset.py:46
↓ 1 callers
Method
join_all_reading_threads
(self)
bigflow_python/python/bigflow/util/process_util.py:77
↓ 1 callers
Function
kill
Send the rpc command to the other end to kill the logical plan Args: Raises: error.BigflowRPCException: if any error happened
bigflow_python/python/bigflow/rpc/requests.py:142
↓ 1 callers
Method
kill
flume/runtime/spark/spark_context.cpp:155
↓ 1 callers
Method
kill
bigflow_python/rpc/impls/backends_impl.h:169
↓ 1 callers
Function
launch
Send the rpc command to the other end to launch the logical plan Args: Raises: error.BigflowRPCException: if any error happened
bigflow_python/python/bigflow/rpc/requests.py:77
↓ 1 callers
Function
list_get_slice
bigflow_python/common/python.cpp:159
↓ 1 callers
Function
list_set_item
bigflow_python/common/python.cpp:57
↓ 1 callers
Method
load
inner
bigflow_python/python/bigflow/input.py:245
↓ 1 callers
Function
main
()
test/src/generator/pyspark_group_top_n_value.py:29
↓ 1 callers
Function
main
()
test/src/generator/pyspark_group_top_n.py:29
↓ 1 callers
Function
main
()
test/src/pyspark/group_top_n.py:26
↓ 1 callers
Function
max
Implementation of transforms.max()
bigflow_python/python/bigflow/transform_impls/max.py:26
↓ 1 callers
Method
merge
(self, other)
bigflow_python/python/bigflow/pipeline/test/testdata/disjointset.py:41
↓ 1 callers
Function
merge_kv
inner
bigflow_python/python/bigflow/future/fields.py:290
↓ 1 callers
Function
merge_kv
inner
bigflow_python/python/bigflow/transform_impls/pipe.py:46
↓ 1 callers
Function
merge_serde
inner
bigflow_python/python/bigflow/future/fields.py:302
↓ 1 callers
Method
move
flume/planner/unit.h:219
↓ 1 callers
Method
move_to
flush all datasets with preceding key, and push datasets with same key return true if enter new group
flume/runtime/common/shuffle_executor.h:199
↓ 1 callers
Method
msg
(self)
bigflow_python/python/bigflow/rpc/backend_parser.py:114
↓ 1 callers
Method
mutable_config
flume/core/entity.h:53
↓ 1 callers
Method
name
return name
bigflow_python/python/bigflow/core/entity.py:151
↓ 1 callers
Method
name
(self)
bigflow_python/python/bigflow/core/entity.py:260
↓ 1 callers
Function
never_call
flume/flume.cpp:56
↓ 1 callers
Function
new_dict
inner
bigflow_python/python/bigflow/future/fields.py:283
↓ 1 callers
Function
node_group_by
group by fn, for internal use
bigflow_python/python/bigflow/transform_impls/group_by.py:36
↓ 1 callers
Method
node_size
(self)
bigflow_python/python/bigflow/core/logical_plan.py:828
↓ 1 callers
Function
node_window_by
group by window, for internal use
bigflow_python/python/bigflow/transform_impls/window_into.py:27
↓ 1 callers
Method
normal_input_num
(self, n = None)
bigflow_python/python/bigflow/core/entity.py:343
↓ 1 callers
Function
object_get_item
bigflow_python/common/python.cpp:176
↓ 1 callers
Function
on
(field_extractor, fn)
bigflow_python/python/bigflow/test/magic.py:71
↓ 1 callers
Method
open
(self, keys)
bigflow_python/python/bigflow/core/tests/test_helper.py:77
↓ 1 callers
Method
operator_combinations
Case: test combinations of operators
bigflow_python/python/bigflow/test/pobject_test.py:45
↓ 1 callers
Function
origin
inner function
bigflow_python/python/bigflow/serde.py:796
↓ 1 callers
Function
parse_dependency
()
bigflow_python/python/bigflow/core/tests/test_helper.py:212
↓ 1 callers
Function
parse_key
flume/runtime/spark/cache_input_executor.cpp:47
↓ 1 callers
Method
partition
flume/runtime/spark/shuffle_protocol.h:48
↓ 1 callers
Method
partition_fn
用户可以重写该方法。 返回一个partition fn。 partition_fn原型应为:(data, total_partition) => partition 返回None则表示不太关心如何partition。
bigflow_python/python/bigflow/output.py:475
↓ 1 callers
Method
partition_number
用户可以重写该方法。 返回一个int型的数,表示总共要把数据partition成多少份。
bigflow_python/python/bigflow/output.py:487
← previous
next →
1,301–1,400 of 5,490, ranked by callers