Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/zeppelin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: renechoi/zeppelin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 15, 2025

  1. [MINOR] Fix flag parsing bug in FileInterpreter

    Fixed a bug where the dash character (-) was incorrectly included as a flag when parsing command arguments. Now only the actual flag characters after the dash are added to the flags set.
    
    Added unit tests to verify the correct parsing behavior.
    RENE authored and RENE committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    d4f5ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. [ZEPPELIN-6258] Improve Process resource management in SparkInterpret…

    …erLauncher
    
    - Added stdout consumption to prevent buffer overflow
    - Implemented process timeout (30 seconds) with forceful termination
    - Added exit value validation and logging
    - Ensured process cleanup in finally block
    - Maintained backward compatibility
    
    This prevents process hangs and ensures proper resource cleanup.
    renechoi committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    ab2e9c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from renechoi/ZEPPELIN-6258-improve-process-man…

    …agement
    
    [ZEPPELIN-6258] Improve Process resource management in SparkInterpreterLauncher
    renechoi authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    eba6131 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    50bb5c7 View commit details
    Browse the repository at this point in the history
Loading